Connecting Tech Pros Worldwide Help | Site Map

A py2exe like tool for Linux

Paolo Pantaleo
Guest
 
Posts: n/a
#1: Oct 24 '06
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.

PAolo
Bruno Desthuilliers
Guest
 
Posts: n/a
#2: Oct 24 '06

re: A py2exe like tool for Linux


Paolo Pantaleo wrote:
Quote:
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@xiludom.gro'.split('@')])"
Sybren Stuvel
Guest
 
Posts: n/a
#3: Oct 24 '06

re: A py2exe like tool for Linux


Paolo Pantaleo enlightened us with:
Quote:
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.
You can use Freeze:
http://lists.fourthought.com/piperma...ch/007127.html

Sybren
--
Sybren Stüvel
Stüvel IT - http://www.stuvel.eu/
Closed Thread