[Tutor] Python to exe--how much work?
Tim Michelsen
timmichelsen at gmx-topmail.de
Thu Jun 26 13:11:21 CEST 2008
> I've had some success generati ng .exe files using pyinstaller for a
few
> simple python programs i've written (less than 100 lines of code, that
> just use the os module). How much harder will this be for longer code
> with more modules imported?
you may also try GUI2exe
http://xoomer.alice.it/infinity77/main/GUI2Exe.html
which builds on top of py2exe but does assist in setting all options.
More information about the Tutor
mailing list