« Return to Thread: Installation of Python packages on Windows CE

Re: Installation of Python packages on Windows CE

by jabapyth :: Rate this Message:

Reply to Author | View in Thread

the default install location for python is \Program Files\Python25 -- not \Program Files\Python\Python25

On Fri, Aug 15, 2008 at 5:52 PM, John Hampton <pacopablo@...> wrote:
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

_______________________________________________
PythonCE mailing list
PythonCE@...
http://mail.python.org/mailman/listinfo/pythonce


_______________________________________________
PythonCE mailing list
PythonCE@...
http://mail.python.org/mailman/listinfo/pythonce

 « Return to Thread: Installation of Python packages on Windows CE