Packaging the app on Windows

I need to package up my apps into an EXE or something of the sort to
distribute. What is the best way to do this? Py2EXE?
Robert

···

--
Therapy is expensive. Popping bubble wrap is cheap. You decide.

I need to package up my apps into an EXE or something of the
sort to distribute. What is the best way to do this? Py2EXE?

I think it's the easiest way. Combine it with Inno setup, and
Bob's your uncle. You can do 99% most of your development under
Linux and only have to occasionally wade briefly into the muck
to run a bash shell script under Cygwin that runs py2exe and
then Inno setup in batch mode.

···

--
Grant Edwards
grante@visi.com