NGSegovia / wsgi-intercept

Automatically exported from code.google.com/p/wsgi-intercept
Other
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

$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 michael....@gmail.com on 21 Dec 2011 at 11:22