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 mattip
Recipients brett.cannon, eryksun, mattip, paul.moore, stephtr, steve.dower, tim.golden, zach.ware
Date 2019-02-17.08:40:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550392805.1.0.281343308234.issue35688@roundup.psfhosted.org>
In-reply-to
Content
I think the original problem we had with the AddDllDirectory approach was that once set, it seems to mitigate searching the os.environ['PATH'] for dll loading. Is that accurate? Would RemoveDllDirectory restore the ability to find DLLs along the system PATH?

> This wouldn't solve the problem of DLL name and version conflicts, however

Right, so far we are discussing the easier problem of adding search paths, not their order. This does become an issue for users who modify their system path in order to overcome the first problem, and end up pulling in the wrong version of a support DLL.
History
Date User Action Args
2019-02-17 08:40:05mattipsetrecipients: + mattip, brett.cannon, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, stephtr
2019-02-17 08:40:05mattipsetmessageid: <1550392805.1.0.281343308234.issue35688@roundup.psfhosted.org>
2019-02-17 08:40:05mattiplinkissue35688 messages
2019-02-17 08:40:05mattipcreate