A question about setup.py
David Aldrich
David.Aldrich at EMEA.NEC.COM
Thu Dec 4 08:05:42 EST 2014
More information about the Python-list mailing list
Thu Dec 4 08:05:42 EST 2014
- Previous message (by thread): Python docs disappointing
- Next message (by thread): time.monotonic() roll over
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): Python docs disappointing
- Next message (by thread): time.monotonic() roll over
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list