[pypy-dev] Problems getting Translate.py and Pylint to work
Armin Rigo
arigo at tunes.org
Sat Nov 1 18:05:45 CET 2008
Hi Andrew,
On Fri, Oct 31, 2008 at 12:45:00PM -0700, Andrew Francis wrote:
> [translation:ERROR] from compiler import parse, ast, pycodegen
"from compiler import parse" works for me on all Python versions 2.2 to
2.6. Either your Python installation is broken, or you have a module
called "compiler.py" that hides the package "compiler" from the stdlib.
Armin
More information about the Pypy-dev
mailing list