[pypy-dev] Problems getting Translate.py and Pylint to work
Andrew Francis
andrewfr_ice at yahoo.com
Mon Nov 3 21:34:53 CET 2008
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 at tunes.org> wrote:
> From: Armin Rigo <arigo at tunes.org>
> Subject: Re: [pypy-dev] Problems getting Translate.py and Pylint to work
> To: "Andrew Francis" <andrewfr_ice at yahoo.com>
> Cc: pypy-dev at 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
More information about the Pypy-dev
mailing list