Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old October 24th, 2006, 01:15 PM
Paolo Pantaleo
Guest
 
Posts: n/a
Default A py2exe like tool for Linux

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
Default 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
Default 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/
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles