On Wed, Dec 19, 2012 at 6:45 PM, Steven D'Aprano <st...@pearwood.info> wrote: > > 4) Bundle the modules together in one file. If you zip up the modules > in a zip file as if it were a package, *without* the package directory, > then change the file extension to .py, you can run it as if it were a > single Python script (at least under Linux, I haven't tried Windows or > Mac).
This works in Windows. If it's a GUI app use the extension .pyw to run without a console. _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor