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 kristjan.jonsson
Recipients amaury.forgeotdarc, brian.curtin, cgohlke, eric.snow, georg.brandl, kristjan.jonsson, loewis, ncoghlan, piotr.dobrogost, python-dev, techtonik
Date 2012-07-22.22:53:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342997606.51.0.45718682842.issue10854@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, the demo demo I added sucks, because I didn't demo the original problem (.pyd found but could not be loaded), but the point is, it displays the "name" and "path" attributes.  They can be set, for example, if the module is found but cannot be loaded for some reason.

That's the point of this issue.  The fix added a "name" and "path" attributes, but they were never actually _output_ when such an error occurred.
History
Date User Action Args
2012-07-22 22:53:26kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, georg.brandl, amaury.forgeotdarc, ncoghlan, techtonik, brian.curtin, cgohlke, python-dev, eric.snow, piotr.dobrogost
2012-07-22 22:53:26kristjan.jonssonsetmessageid: <1342997606.51.0.45718682842.issue10854@psf.upfronthosting.co.za>
2012-07-22 22:53:15kristjan.jonssonlinkissue10854 messages
2012-07-22 22:53:15kristjan.jonssoncreate