Extracting bytecode out of frozen programs

"Martin v. Löwis" martin at v.loewis.de
Sun Feb 8 16:19:12 EST 2009


> Is there a way of extracting them so they are importable in a python shell?

Try imp.get_frozen_object.

Regards,
Martin



More information about the Python-list mailing list