can python import class or module directly from a zip package

Stefan Behnel stefan_ml at behnel.de
Tue Mar 10 13:21:15 EDT 2009


Flank wrote:
> can python import class or  module directly from  a zip package

Yes, just put the .zip file into your PYTHONPATH.

Stefan



More information about the Python-list mailing list