Hello Armin: Thanks! Pylint now runs. The problem was I had a compiler package. I also managed to get translate to compile the Christopher Armstrong example. Sweet! Cheers, Andrew --- On Sat, 11/1/08, Armin Rigo <arigo@tunes.org> wrote:
From: Armin Rigo <arigo@tunes.org> Subject: Re: [pypy-dev] Problems getting Translate.py and Pylint to work To: "Andrew Francis" <andrewfr_ice@yahoo.com> Cc: pypy-dev@codespeak.net Date: Saturday, November 1, 2008, 10:05 AM 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