Brian Curtin <cur...@acm.org> added the comment:

I'm pretty sure we can't do this, if I understand your request.

Say you have techtonik.pyd as your extension and it depends on foobar.dll. If 
we try to load techtonik.pyd and this pyd can't find or successfully load 
foobar.dll, Python doesn't know about *this* DLL. It just knows that it can't 
load techtonik.pyd, so that's what we'd be able to output, which isn't that 
helpful.

----------
nosy: +brian.curtin

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10854>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to