Edward A. Falk schrieb: > In article <[EMAIL PROTECTED]>, > BlueBird <[EMAIL PROTECTED]> wrote: >> I wrote a small wiki page to sum-up my findings about such typical >> problem: >> >> http://www.freehackers.org/Packaging_a_python_program >> > > Excellent references, but maybe a bit of overkill. Everybody in my > target audience has python on their systems, I just want to send a > single .py (or .pyc) file so there's no complicated install procedure. > > I mean, how *are* large python programs normally distributed under Linux?
By means of their package management. At least that's what many people prefer. But I don't get what's wrong with you: python setup.py bdist_egg your client: easy_install the.egg Diez -- http://mail.python.org/mailman/listinfo/python-list