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.16:22:20
SpamBayes Score 0.0012467969
Marked as misclassified No
Message-id <1294417343.76.0.416657559674.issue10854@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-01-07 16:22:23brian.curtinsetrecipients: + brian.curtin, amaury.forgeotdarc, techtonik
2011-01-07 16:22:23brian.curtinsetmessageid: <1294417343.76.0.416657559674.issue10854@psf.upfronthosting.co.za>
2011-01-07 16:22:20brian.curtinlinkissue10854 messages
2011-01-07 16:22:20brian.curtincreate