On Tue, Jul 15, 2008 at 5:51 AM, Thomas Troeger
<[EMAIL PROTECTED]> wrote:
> Or is there a method to have gzipped
> modules that are unzipped on the fly into memory when they're accessed? That
> would be even better.

Yes.  See the documentation for the zipimport module, and PEP 273.

http://docs.python.org/lib/module-zipimport.html
http://www.python.org/dev/peps/pep-0273/

-- 
Jerry
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to