> 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.

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to