[Tutor] compile a python program to .exe

Adam adam at monkeez.org
Fri Apr 16 16:51:08 EDT 2004


nouda wrote:

> Hello,
> 
> First I want to thank all folks who gave me some advice about tutorials.
> So:
> 
> Thank you Folks!
> 
> Second:
> 
> I've a question. I want to compile a program, scripted in python, to a 
> .exe program. This could be done with a compiler. But I don't know which 
> one and I don't know how. I read some info about compilers on 
> python.org, but I didn't quite understand it. Could someone help me?
> 
> Thank you, and I hope my English is readable.
> 
> Bye,
> 
> Noud Aldenhoven
> 
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor

My answer will not be as anywhere near as comprehensive as others' but 
have a search for py2exe - I managed to get an exe in a couple of 
minutes  - it is quite easy to use. There may be hidden disadvantages to 
using this, that others might be able to point out.

HTH

adam



More information about the Tutor mailing list