On Feb 21, 1:58 am, [EMAIL PROTECTED] (Edward A. Falk) wrote:
> 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.

What's so complicated about "python setup.py install" ? Even that is
not strictly necessary for pure python packages; a user may just
unpack the archive, cd to the extracted directory and execute the
appropriate .py file(s).

George
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to