[Stackless] Who creates the .pyc files
Richard Tew
richard.m.tew at gmail.com
Mon Feb 16 13:39:07 CET 2009
On Mon, Feb 16, 2009 at 5:00 AM, Filippo Battaglia <pegasus2000 at email.it> wrote:
> I'm porting Stackless Python 2.5.2
> under Nanodesktop for PSP.
>
> I've a problem. I've compiled your
> interpreter. When I start it (with -v
> option), I receive the message:
>
> Import error
> :
> No module named site
>
> There is no .pyc file in my memory
> stick yet (there is no site.pyc).
>
> I need to know how the .pyc files
> are generated when python is
> installed. There is a program that
> create these files ?
I don't really understand what you are saying here. It reads as if
you don't fully understand how Python works with regard to its
scripts.
In any case, this is a problem you would be getting with non-Stackless
Python. You would be best to ask this question on a general Python
forum, if you want to be sure to get the best help.
Cheers,
Richard.
More information about the Stackless
mailing list