Shipping embedded Python project

Miki Tebeka miki.tebeka at zoran.com
Tue May 11 02:47:09 EDT 2004


Hello Thomas,

> Or you use py2exe to build a zip-compatible archive, and insert it into
> sys.path in your program.  Do not specify any of the console and windows
> options, and pass your 'main-module' with the --includes command line
> option.  py2exe will happily create a dist directory for you, without an
> exe-file.

Great! thanks.
Miki




More information about the Python-list mailing list