A py2exe like tool for Linux
Bruno Desthuilliers
onurb at xiludom.gro
Tue Oct 24 08:40:36 EDT 2006
Paolo Pantaleo wrote:
> Hi,
>
> 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.
Then google for easy_install + "python-eggs".
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"
More information about the Python-list
mailing list