Am 26.02.08 schrieb "Mike M" <[EMAIL PROTECTED]>: > 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 -- http://mail.python.org/mailman/listinfo/python-list