On 13 September 2010 08:40, Ben Finney
<ben+pyt...@benfinney.id.au<ben%2bpyt...@benfinney.id.au>
> wrote:

> Paul Watson <paul.hermeneu...@gmail.com> 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