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 pombredanne
Recipients The Compiler, never-eat-yellow-snow, paul.moore, pombredanne, steve.dower, tim.golden, zach.ware
Date 2020-09-22.14:26:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600784816.53.0.763259352141.issue25655@roundup.psfhosted.org>
In-reply-to
Content
Eric Smith, you wrote:

> My understanding is that Windows doesn't tell you which DLL is missing. I think the best we could do is append something to the error message saying "or one its dependencies".

If we have such an error message, this means the main DLL exists: the original path passed to ctypes exists and is a valid DLL otherwise the message would be different. 

So I think that this is always a direct or indirect dependency of that primary DLL that would be missing and we could be explicit in the error message.

We could also provide some hints in the error message on how to research the issue may be?
History
Date User Action Args
2020-09-22 14:26:56pombredannesetrecipients: + pombredanne, paul.moore, tim.golden, zach.ware, steve.dower, The Compiler, never-eat-yellow-snow
2020-09-22 14:26:56pombredannesetmessageid: <1600784816.53.0.763259352141.issue25655@roundup.psfhosted.org>
2020-09-22 14:26:56pombredannelinkissue25655 messages
2020-09-22 14:26:56pombredannecreate