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 eryksun
Recipients Elli Pirelli, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-02-01.00:07:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485907663.45.0.189991411093.issue29399@psf.upfronthosting.co.za>
In-reply-to
Content
I can confirm that LoadLibraryEx w/ LOAD_WITH_ALTERED_SEARCH_PATH unfortunately does not work in Windows 7. Actually I almost looked into this before on python-list:

https://mail.python.org/pipermail/python-list/2016-September/thread.html#714622

but I got sidetracked in the manifest discussion and forgot to fully investigate the issue in different versions of Windows. Using the py3embed assembly that I described in that thread will work in Windows 7, if you want to give that a try. In some ways it's simpler.
History
Date User Action Args
2017-02-01 00:07:43eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, Elli Pirelli
2017-02-01 00:07:43eryksunsetmessageid: <1485907663.45.0.189991411093.issue29399@psf.upfronthosting.co.za>
2017-02-01 00:07:43eryksunlinkissue29399 messages
2017-02-01 00:07:43eryksuncreate