(win32) How can i make a something i wrote in python into an easily-runable program i can distribute?

Azratax azratax at yahoo.com
Tue Aug 15 02:58:01 EDT 2000


In article <39984C85.764180A at interet.com>, "James C. Ahlstrom" <jim at interet.com> wrote:
>Azratax wrote:
>> 
>> this language isnt much good unless it can be run by users with out python.
>
>You need to use the freeze module in Tools/freeze.  You create a
>"frozen module" which contains your program plus any Python
>libraries required.  Then you distribute the executable with
>the frozen modules in it.  This requires a compiler.
>
>JimA
hmmmm... there doesnt seem to be a tools/freeze directory. also, where can i 
get the compiler you speak of? 



More information about the Python-list mailing list