Connecting Tech Pros Worldwide Help | Site Map

A py2exe like tool for Linux

  #1  
Old October 24th, 2006, 01:15 PM
Paolo Pantaleo
Guest
 
Posts: n/a
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
  #2  
Old October 24th, 2006, 01:25 PM
Bruno Desthuilliers
Guest
 
Posts: n/a

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('@')])"
  #3  
Old October 24th, 2006, 02:25 PM
Sybren Stuvel
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
is there any Py2exe like tool in linux nirmalarasu answers 1 February 11th, 2008 04:02 AM
Compute pi to base 12 using Python? Dick Moores answers 52 July 19th, 2005 01:09 AM
VB-like GUI designer? Fred answers 34 July 18th, 2005 02:47 PM
crossplatform py2exe - would it be useful? Thomas Heller answers 20 July 18th, 2005 02:26 AM