Python embedding question.

Jerry Hill malaclypse2 at gmail.com
Tue Jul 15 09:31:08 EDT 2008


On Tue, Jul 15, 2008 at 5:51 AM, Thomas Troeger
<thomas.troeger.ext at siemens.com> 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



More information about the Python-list mailing list