/usr/bin/env: python: No such file or directory

Michael Hudson mwh at python.net
Thu Dec 20 06:07:14 EST 2001


paul at boddie.net (Paul Boddie) writes:

> Having written the above, I now anticipate an example of distutils'
> triviality... ;-)

from distutils.core import setup

setup(scripts=['script.py'])

I think.  It's nice to include author_email & things, but that should
suffice.

I agree distutils is a bit overkill for demonstration scripts & such,
but I can't really conceive of a better system.

Cheers,
M.



More information about the Python-list mailing list