Import, how to change sys.path on Windows, and module naming?

Tim Roberts timr at probo.com
Mon Mar 3 01:14:15 EST 2008


Jeremy Nicoll - news posts <jn.nntp.scrap001 at wingsandbeaks.org.uk> wrote:
>
>Does every Windows user have: 2 C:\WINDOWS\system32\python25.zip
>in their sys.path?  What's the point of having a zip in the path?

Starting with Python 2.4, Python is able to import modules directly from a
zip, as if it were a directory.  It's a very handy feature for distributing
premade packages.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list