minimum python for distribution on Windows

Dave Brueck dave at pythonapocrypha.com
Wed Mar 19 16:54:37 EST 2003


On Wed, 19 Mar 2003, Bob Roberts wrote:

> I just tried out py2exe, and it worked great.  Is it possible to do
> something similar, but with my python source code still available (and
> able to be modified)?

IIRC py2exe has a --excludes parameter that tells it to, well, exclude the
module from the distribution.

-Dave





More information about the Python-list mailing list