A question about setup.py

David Aldrich David.Aldrich at EMEA.NEC.COM
Thu Dec 4 08:05:42 EST 2014


Hi

I'm trying to install the path.py package under Python 2.7 on Windows.

I installed it using:

easy_install path.py

That worked but it didn't install path.py which is needed by my PTVS IDE for code completion (Intellisense).

I then tried downloading path.py-7.0.zip. I unzipped it and ran:

python setup.py install

within the extracted folder. But path.py still appears not to have been copied to:

C:\Python27

What am I doing wrong?

Best regards

David

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20141204/d5cb177f/attachment.html>


More information about the Python-list mailing list