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 brian.curtin
Recipients amaury.forgeotdarc, brian.curtin, techtonik
Date 2011-01-07.17:47:07
SpamBayes Score 1.8714474e-11
Marked as misclassified No
Message-id <1294422428.54.0.93340687464.issue10854@psf.upfronthosting.co.za>
In-reply-to
Content
See _PyImport_GetDynLoadFunc in Python/dynload_win.c -- that's where this is happening.


> Why Python can't get information about the reason .DLL is not loaded?

Windows does not provide it in the case you are speaking of. If I call LoadLibraryEx for techtonik.pyd, either it succeeds because everything is there, or it fails because something is not there. We get no information about dependency hierarchies failing to load.
History
Date User Action Args
2011-01-07 17:47:08brian.curtinsetrecipients: + brian.curtin, amaury.forgeotdarc, techtonik
2011-01-07 17:47:08brian.curtinsetmessageid: <1294422428.54.0.93340687464.issue10854@psf.upfronthosting.co.za>
2011-01-07 17:47:07brian.curtinlinkissue10854 messages
2011-01-07 17:47:07brian.curtincreate