Jeremy Nicoll - news posts <[EMAIL PROTECTED]> 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, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list