Nov. 1, 2008
5:05 p.m.
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