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
-- http://mail.python.org/mailman/listinfo/python-list