Creating a standalone embedded Python app.
Allen Unueco
aunueco at veritas.com
Sat Sep 21 06:10:16 EDT 2002
I'm looking for a way to somehow bundle the Python modules that my
embedded application uses. I would like to be able to distribute an
executable file that would work without having Python installed on the
system.
I would rather have everything in one file but having the modules in a
separate bundle (pickle?) would be workable.
Is there any clever way to do this?
Any help would be very appreciated.
-allen
More information about the Python-list
mailing list