You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$python3.2 setup.py --version
Traceback (most recent call last):
File "setup.py", line 3, in <module>
import compiler, pydoc
ImportError: No module named compiler
Running the 2to3 script on the setup.py does nothing. This is probably because
the compiler module was deprecated prior to the release of Python 3.
I'd recommend the compiler import be removed and that the distributon follow a
more conventional approach for the long-description's content.
Original issue reported on code.google.com by [email protected] on 21 Dec 2011 at 11:22
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 21 Dec 2011 at 11:22The text was updated successfully, but these errors were encountered: