Possible to import from a cStringIO file object vs. file on disk?

python at bdurham.com python at bdurham.com
Fri Feb 26 09:50:08 EST 2010


Is it possible to import from a cStringIO file object (containing
compiled byte code) vs. a physical file on disk?

I'm thinking that this is possible, given Python's ability to
import from zip files, but I'm not sure where to look next.

Thank you,
Malcolm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100226/ff65b4ec/attachment.html>


More information about the Python-list mailing list