A py2exe like tool for Linux
Fredrik Lundh
fredrik at pythonware.com
Tue Oct 24 10:58:30 EDT 2006
Paolo Pantaleo wrote:
> is thre something like py2exe for Linux? I don't need to build a
> standalone executable (most Linuxes have python instaled), but at
> least I need to provide all the needed libraries togheter with my
> source code, so users just need to download one file, and not several
> libraries.
"installer" and "cx_freeze" are the two most common alternatives; see
this page for links:
http://effbot.org/zone/python-compile.htm
you can also build frozen interpreter binaries; see Tools/freeze/README
in the source distribution for details.
</F>
More information about the Python-list
mailing list