Shipping embedded Python project

Thomas Heller theller at python.net
Tue May 11 05:53:19 EDT 2004


Miki Tebeka <miki.tebeka at zoran.com> writes:

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

If this works for you, it would be great if you write up a small recipe
into the py2exe wiki.

Thomas





More information about the Python-list mailing list