Closed damienstanton closed 9 years ago
I recreated my development environment in another virtualenv running Python 2.7.6 and the issue does not occur. If this is simply a case of 3.x not being supported, the documentation should be updated to make this clear.
I've fixed that specific issue, but I'm sure there are more problems that you'll run into with Python 3.
I put a note in the TODO section for adding Python 3 support. If you have any experience using 2to3, suggestions on how to add that are welcome (my first attempt at simply putting use_2to3 = True
in setup.py
didn't seem to do anything).
Thanks for the feedback!
Glad to help. I'm running 2to3 against the source dir now in fact, and starting to parse the output. I will let you know if I make headway on it!
i need it, too。。。。。。help~
Getting this error on Ubuntu 14.04LTS running Python 3.4.0 in a virtual environment. Traceback is:
This occurs whether installing from source/setup.py or PyPi.