Title: Re: [Sisuite-devel] To BT or not to BT
I was just reading this:
 
 NOTE: Binary packages must be compatible with the Python installation on your system or you will get errors in your frozen executables about missing builtin modules or missing symbols. This is not likely to be a problem on Windows (since www.python.org is the only known distributor) but on Linux it is more likely (since Python is often packaged with the Linux distribution in different ways). If you get such errors, download the source package and build the binaries yourself.
 
Maybe I misinterpreted it.
 
Cheers,
 
Bernard
 
P.S. That's a lot of files :-)


From: Andrea Righi [mailto:[EMAIL PROTECTED]
Sent: Thu 05/01/2006 10:02
To: Bernard Li
Cc: sisuite-devel@lists.sourceforge.net
Subject: Re: [Sisuite-devel] To BT or not to BT

Bernard Li wrote:
> Don't you still need python installed on the system to run these binaries?

> Cheers,

> Bernard

The tool produces a full binary with all the required shared libs, for
example:

[EMAIL PROTECTED]:/tmp/bt> file bittorrent-console
bittorrent-console: ELF 32-bit LSB executable, Intel 80386, version 1
(SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), stripped
[EMAIL PROTECTED]:/tmp/bt> ls -l
total 4492
-rw-r--r--  1 righiandr users   36075 2005-02-07 16:51 array.so
-rw-r--r--  1 righiandr users   20356 2005-02-07 16:51 binascii.so
-rwxr-xr-x  1 righiandr users 2652456 2006-01-05 19:01 bittorrent-console
-rw-r--r--  1 righiandr users   17363 2005-02-07 16:51 cStringIO.so
-rw-r--r--  1 righiandr users   15962 2005-02-07 16:51 fcntl.so
-rw-r--r--  1 righiandr users   86724 2004-12-20 18:10 gobject.so
-rw-r--r--  1 righiandr users 1091647 2004-12-20 18:10 gtk._gtk.so
-rw-r--r--  1 righiandr users   24690 2005-02-07 16:51 itertools.so
-rw-r--r--  1 righiandr users   19369 2005-02-07 16:51 _locale.so
-rw-r--r--  1 righiandr users   17220 2005-02-07 16:51 math.so
-rw-r--r--  1 righiandr users   14346 2005-02-07 16:51 md5.so
-rw-r--r--  1 righiandr users   83564 2004-12-20 18:10 pango.so
-rw-r--r--  1 righiandr users    9562 2005-02-07 16:51 pwd.so
-rw-r--r--  1 righiandr users  190596 2004-12-17 20:57 pyexpat.so
-rw-r--r--  1 righiandr users   11545 2005-02-07 16:51 _random.so
-rw-r--r--  1 righiandr users   15673 2005-02-07 16:51 select.so
-rw-r--r--  1 righiandr users   14064 2005-02-07 16:51 sha.so
-rw-r--r--  1 righiandr users   52326 2005-02-07 16:51 _socket.so
-rw-r--r--  1 righiandr users   19559 2005-02-07 16:51 _ssl.so
-rw-r--r--  1 righiandr users   25162 2005-02-07 16:51 strop.so
-rw-r--r--  1 righiandr users   25722 2005-02-07 16:50 struct.so
-rw-r--r--  1 righiandr users   18494 2005-02-07 16:51 termios.so
-rw-r--r--  1 righiandr users   19397 2005-02-07 16:51 time.so
-rw-r--r--  1 righiandr users    7305 2005-02-07 16:50 _weakref.so
-rw-r--r--  1 righiandr users   20896 2005-02-07 16:51 zlib.so

Reply via email to