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 jaraco
Recipients jaraco
Date 2014-03-02.00:28:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393720136.29.0.00108856788876.issue20819@psf.upfronthosting.co.za>
In-reply-to
Content
The setuptools source references a "distutils bug" here: https://bitbucket.org/pypa/setuptools/src/85760c42740829000a19ebf708d0a9cd565bb0eb/setuptools/command/bdist_wininst.py?at=default#cl-7

From what I infer from that message, the bug is that 'reinitialize_command' doesn't clear the 'install_lib' property on the 'install' or 'install_lib' commands.

I'm actually skeptical that setuptools even needs to clear the 'install_lib' property on the 'install_lib' command, for as best as I can tell, the install_lib command only ever sets install_dir.

Nevertheless, I wanted to log a ticket to reference in the code to ultimately find a solution rather than a workaround.
History
Date User Action Args
2014-03-02 00:28:56jaracosetrecipients: + jaraco
2014-03-02 00:28:56jaracosetmessageid: <1393720136.29.0.00108856788876.issue20819@psf.upfronthosting.co.za>
2014-03-02 00:28:56jaracolinkissue20819 messages
2014-03-02 00:28:55jaracocreate