[PythonCE] Python 2.3 distribution for Windows/CE
Jeff Bauer
jbauer at rubic.com
Thu Oct 16 08:59:19 EDT 2003
Guido,
Yes the .pyc files will work. Back when I was doing
some work on the earlier CE devices, I would precompile
my code and transfer the .pyc files over to execute.
Everything ran much faster that way.
I don't do Windows CE anymore, but I was curious. Now that
Python 2.3 supports importing from .zip files, it would appear
that zip archives would be a pretty good way to distribute code,
assuming the decompression doesn't slow things down much.
Jeff Bauer
Rubicon Research
Guido Wesdorp wrote:
> but you can just copy the
> files from the 'normal' Python 2.3 installation (the .py files will
> definitely work, not 100% sure about the .pyc files but I assume they
> will work as well, since the bytecode shouldn't differ) into the Lib dir
> of the Python/Tkinter distribution (\Program Files\Python\Lib).
More information about the PythonCE
mailing list