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 techtonik
Recipients techtonik
Date 2011-01-07.15:48:43
SpamBayes Score 0.004275377
Marked as misclassified No
Message-id <1294415325.09.0.315523226252.issue10854@psf.upfronthosting.co.za>
In-reply-to
Content
When an extension could not be loaded, because it requires some DLL that is missing, Python shows the following error message:

  ImportError: DLL load failed: The specified module could not be found.

It will help tremendously in debugging extension problems if the missing DLL name is specified in error message.
History
Date User Action Args
2011-01-07 15:48:45techtoniksetrecipients: + techtonik
2011-01-07 15:48:45techtoniksetmessageid: <1294415325.09.0.315523226252.issue10854@psf.upfronthosting.co.za>
2011-01-07 15:48:43techtoniklinkissue10854 messages
2011-01-07 15:48:43techtonikcreate