On Tue, May 10, 2011 at 3:53 AM, Antonio Cuni <anto.c...@gmail.com> wrote:

> On 10/05/11 00:36, cool-RR wrote:
> > Is it true that Pypy can't import a `.pyc` file?
>
> yes, by default pyc files which don't have the corresponding py file are
> ignored.
>
> You can change the behavior by translating pypy by yourself and using the
> --objspace-lonepycfiles option:
>
> $ ./translate.py -Ojit targetpypystandalone --objspace-lonepycfiles
>
> ciao,
> Anto
>

Is it possible to make an existing Pypy installation accept lone pyc files
with some flag or something?


Ram.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to