Re: Installation of Python packages on Windows CE

John Hampton <[email protected]> Fri, 15 Aug 2008 14:52:19 -0700
Newsgroups gmane.comp.python.windows-ce
Message-ID <[email protected]>
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