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 steveire
Recipients steveire
Date 2017-05-03.09:55:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493805308.24.0.584899845977.issue30251@psf.upfronthosting.co.za>
In-reply-to
Content
The Windows Visual Studio solution does not have an install target. As far as I understand, the configure system used on Unix does have an install target.

That means that on Windows, binaries resulting from the build to not end up in the same layout as result from using the official installer. 

Third party modules expect the same layout. For example, Sip/PyQt requires it https://www.riverbankcomputing.com/pipermail/pyqt/2017-April/039109.html . There are probably other modules similarly affected.

I don't know what else an install target should do, but I note its absence.
History
Date User Action Args
2017-05-03 09:55:08steveiresetrecipients: + steveire
2017-05-03 09:55:08steveiresetmessageid: <1493805308.24.0.584899845977.issue30251@psf.upfronthosting.co.za>
2017-05-03 09:55:08steveirelinkissue30251 messages
2017-05-03 09:55:08steveirecreate