[PythonCE] Installation of Python packages on Windows CE

John Hampton pacopablo at pacopablo.com
Fri Aug 15 23:52:19 CEST 2008


Thomas Heller wrote:
> I have learned so far on this list that a CAB file is a convenient way
> to install software, but my question is what should this cab file create:
> 
> - as usual on Windows, a directory tree containing .py files in \Program Files\Python\Python25

This is the method that I would prefer.  A zipimport is neat, and could 
save space, but all the other issues I think out weigh the space savings 
that would come from zipimport.

I know that Alexandre has some code in ppygui to pull the location of 
the site-packages dir.

-John


More information about the PythonCE mailing list