Closed anthraxx closed 8 years ago
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?
I just checked latest version and it works for me. Please let me know.
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'
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 :smile_cat: