On 13 September 2010 08:40, Ben Finney
<[email protected]<ben%[email protected]>
> wrote:

> Paul Watson <[email protected]> writes:
>
> > What is the currently favored installation process for Python
> > applications?
>
> ‘python ./setup.py install’, using the standard library's Distutils
> library.
>

I thought it was

python setup.py install

or

./setup.py install

if you had the permissions set correctly.

What distro are you using?

Cheers,
Xav
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to