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
More information about the Python-list mailing list
Thu Nov 3 12:40:05 EST 2005
- Previous message (by thread): How can I package a python script and modules into a single script?
- Next message (by thread): How can I package a python script and modules into a single script?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): How can I package a python script and modules into a single script?
- Next message (by thread): How can I package a python script and modules into a single script?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list