Paul,

> How about skipping the whole xml thing? You can dynamically import any python 
> module, even if it does not have a python filename.

Great example!

Can you do the same with a cStringIO based file that exists in memory
vs. on disk? Your example requires a physical file on disk. Is it
possible to accomplish the same using a string vs. a file or temporary
file?

Thank you,
Malcolm (not the OP)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to