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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

consider implementing python3 bindings #100

Closed
anthraxx opened this issue May 30, 2016 · 3 comments 路 Fixed by #101
Closed

consider implementing python3 bindings #100

anthraxx opened this issue May 30, 2016 · 3 comments 路 Fixed by #101

Comments

@anthraxx
Copy link
Contributor

Hey, I would like to ask if its planned to implement some python3 bindings? It would be really awesome if this library can also be used with the "new" python3 馃樃

@gdabah
Copy link
Owner

gdabah commented May 31, 2016

Hey there,
actually I don't use Python3 myself, so I have no idea how far it is from working. Did you give it a go?

@gdabah
Copy link
Owner

gdabah commented May 31, 2016

I just checked latest version and it works for me. Please let me know.

@anthraxx
Copy link
Contributor Author

anthraxx commented May 31, 2016

maybe its just the setup.py file that is needed for a distribution wide packaging:

python3 setup.py install --root="${pkgdir}" -O1
[...]
Traceback (most recent call last):
  File "setup.py", line 29, in <module>
    from types import ListType, StringType, TupleType
ImportError: cannot import name 'ListType'

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

Successfully merging a pull request may close this issue.

2 participants