Experiences with Py2Exe
Fredrik Lundh
fredrik at pythonware.com
Thu Oct 12 01:59:35 EDT 2006
Isaac Rodriguez wrote:
> I am asking this because I have a lot of experience using the Windows
> Installer service, and I also have all the productivity tools available
> to create an installer for my tools if I needed to
just go ahead and use it.
py2exe generates an EXE and (usually) a bunch of related files:
http://www.py2exe.org/index.cgi/FAQ
any tool that can wrap that up and install it on another machine works
just fine.
</F>
More information about the Python-list
mailing list