On Mon, Feb 16, 2009 at 5:00 AM, Filippo Battaglia <[email protected]> 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. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
