Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error while instalation #1

Open
xrombik opened this issue Jun 22, 2019 · 2 comments
Open

Syntax error while instalation #1

xrombik opened this issue Jun 22, 2019 · 2 comments

Comments

@xrombik
Copy link

xrombik commented Jun 22, 2019

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
@NJDFan
Copy link
Owner

NJDFan commented Jun 22, 2019 via email

@xrombik
Copy link
Author

xrombik commented Jun 22, 2019

I'm using python2.7. Is my solution compatible with python3? #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants