Brian Curtin <[email protected]> added the comment: 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. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10854> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
