-
Notifications
You must be signed in to change notification settings - Fork 24
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
Strange top level import issue #24
Comments
Appears to be a Python 2 vs 3 thing. When using a 3 virtualenv, it works fine. |
@lingfish yeah, Python 3 only. I'd accept pull requests if you want to support Python2 as well. |
Ok, I may have a stab at it. Would have been useful if your doco clearly stated Python version support, and any code cleared of hints that it did in fact support 2. |
@lingfish actually this is a bug, i haven't worked on this library for a long time and it should be version-2 compatible. I will fix it! |
Python 2.7.13
syncthing 2.3.1
I have no idea why the interpreter is hitting line 41, but it is:
Full import:
The text was updated successfully, but these errors were encountered: