Hello, I need to extract the modules/packages out of a frozen script. It was compiled using Python 2.2.3 and the standard freeze.py. I managed to get a shell after execution using PYTHONINSPECT=y and find the start of a module/package using a hex editor (I got the sta, but these modules don't seem to be importable. Is there a way of extracting them so they are importable in a python shell?
Regards, David Kraeutmann -- http://mail.python.org/mailman/listinfo/python-list