[Tutor] stand alone python applications (original) (raw)
orbitz orbitz at ezabel.com
Tue Jul 6 08:06:35 CEST 2004
- Previous message: [Tutor] stand alone python applications
- Next message: [Tutor] stand alone python applications
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Currently there is no real means of hiding your source from those who have your compiled python applications. It is fairly trivial to go from byte code -> .py. You can bundle your application though, which will include an interpreter and all of the modules required to use it, that way they don't need to download everything.
Jeff Peery wrote:
hello, does anyone know if you can do something to the effect of compiling python so that it will act as a stand alone application - ie., can I write an application in python, create a wxpython interface and distribute it to my customers without them having to install python or anything else but my application? thanks.
Jeff ------------------------------------------------------------------------
Tutor maillist - Tutor at python.org http://mail.python.org/mailman/listinfo/tutor
- Previous message: [Tutor] stand alone python applications
- Next message: [Tutor] stand alone python applications
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]