Portable linux python install

Martin Schmitz martin-schmitz at web.de
Wed Feb 27 07:48:25 EST 2008


Am 26.02.08 schrieb "Mike M" <saetaes at gmail.com>:
> I have a python application which I'd like to distribute to thousands
> of machines in our server farm.

Install everything you need on the oldest box available and package it
with PyInstaller (http://pyinstaller.python-hosting.com/). Then you get
binaries which are only linked against libc - and as it happens to be
the oldest version of libc around you shouldn't have problems running
the binaries with newer ones.

HTH,
Martin




More information about the Python-list mailing list