Is there a way of extracting them so they are importable in a python shell?Try imp.get_frozen_object.
Ouch... this looks better than using ctypes.get_frozen_object exists at least since 1.5.2, but has never been documented, and the source code says it's obsolete. Should be documented now? Any alternative?
-- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list