How can I package a python script and modules into a single script?
utabintarbo
utabintarbo at gmail.com
Thu Nov 3 12:40:05 EST 2005
I believe you are thinking of "freeze", which is part of the normal
python distro.
There is also cx_Freeze (
http://starship.python.net/crew/atuining/cx_Freeze/ )....
Bob
More information about the Python-list
mailing list