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 steve.dower
Recipients eryksun, mhammond, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-01-10.17:29:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452446988.09.0.553187045309.issue26071@psf.upfronthosting.co.za>
In-reply-to
Content
> The directory of the DLL can be added to the search path if you use LoadLibraryEx with the flag LOAD_WITH_ALTERED_SEARCH_PATH and use an absolute path. 

That sounds like the better fix then. I thought there was something along those lines available.

We already use the full path to load it - can someone test this change? If not I'll give it a go later today.
History
Date User Action Args
2016-01-10 17:29:48steve.dowersetrecipients: + steve.dower, mhammond, paul.moore, tim.golden, zach.ware, eryksun
2016-01-10 17:29:48steve.dowersetmessageid: <1452446988.09.0.553187045309.issue26071@psf.upfronthosting.co.za>
2016-01-10 17:29:48steve.dowerlinkissue26071 messages
2016-01-10 17:29:47steve.dowercreate