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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.py ImportError for compiler (Python 3) #24

Open
GoogleCodeExporter opened this issue Dec 4, 2015 · 0 comments
Open

setup.py ImportError for compiler (Python 3) #24

GoogleCodeExporter opened this issue Dec 4, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link


$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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant