[Distutils] Using setuptools without root permissions

Raul Murciano raul at murciano.net
Fri Oct 14 06:43:19 CEST 2005


Hi Phillip,

> Is there an easy-install.pth in 
> /home/murciano/lib/python2.4/site-packages?  If so, does it contain a 
> line reading 
> '/home/murciano/lib/python2.4/site-packages/setuptools-0.6a5-py2.4.egg'? 
> If not, what does it contain?

I think you've found where my problem is, line contains
/users/home/murciano/lib/python2.4/site-packages/setuptools-0.6a5-py2.4.egg
instead
/home/murciano/lib/python2.4/site-packages/setuptools-0.6a5-py2.4.egg

Correcting the line makes setuptools and pkg_resources work :-)

I still now nothing about my hosting filesystem, pwd returns
   /users/home/murciano
but it seems I must use
   /home/murciano
to put anything to work. I'll ask my admins about that.

Thank you very much Phillip, my headache is over now :-)

Greetings,
     Raul



More information about the Distutils-SIG mailing list