Cross compile generation of .pyc from .py files...

Terry Reedy tjreedy at udel.edu
Wed Mar 1 02:57:54 EST 2006


<venkatbo at yahoo.com> wrote in message 
news:1141176107.234667.93210 at e56g2000cwe.googlegroups.com...
> However we cannot figure out how to cross-compile the .py (of
> distribution) files and
> generate the .pyc files for the target ppc from an i686 system.  Is it
> possible to cross
> compile .pyc files from .py files?

I am under the impression that .pyc files are system independent.
Have you tried simply copying them over?

tjr






More information about the Python-list mailing list