This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients holdenweb, jordannh, ned.deily
Date 2014-02-28.19:59:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393617595.23.0.153129542743.issue20809@psf.upfronthosting.co.za>
In-reply-to
Content
The particular error you see is caused by code in the setup.py file of the project you are installing. I suggest you figure out what's going on there:

File "setup.py", line 116, in run
    target_data = '/' + os.path.relpath(self.install_data, self.root) + '/'
History
Date User Action Args
2014-02-28 19:59:55ned.deilysetrecipients: + ned.deily, holdenweb, jordannh
2014-02-28 19:59:55ned.deilysetmessageid: <1393617595.23.0.153129542743.issue20809@psf.upfronthosting.co.za>
2014-02-28 19:59:55ned.deilylinkissue20809 messages
2014-02-28 19:59:55ned.deilycreate