Skip to content

Syntax error while instalation #1

@xrombik

Description

@xrombik

Trying to install indexedproperty with setup.py leads to the following error:

Traceback (most recent call last):
  File "setup.py", line 7, in <module>
    from indexedproperty import __version__
  File "/mnt/sda2/My Documents/Visual Studio 2005/Projects/indexedproperty/indexedproperty/__init__.py", line 241
    def __init__(self, getter=None, name=None, doc=None, *, tdict=None, **kwargs):

Steps to recreate an error

$git clone https://github.com/NJDFan/indexedproperty.git
$cd indexedproperty
$python2.7 setup.py build

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions