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 steve.dower
Recipients brett.cannon, mattip, paul.moore, stephtr, steve.dower, tim.golden, zach.ware
Date 2019-01-15.18:18:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547576321.58.0.858561002793.issue35688@roundup.psfhosted.org>
In-reply-to
Content
I posted on the numpy thread: Most likely the DLL is failing to load, which the importer returns as "not found" (as it falls back on other search mechanisms and doesn't retain the error). I suggested loading it directly with ctypes to see if there's a better error indicator.
History
Date User Action Args
2019-01-15 18:18:42steve.dowersetrecipients: + steve.dower, brett.cannon, paul.moore, tim.golden, zach.ware, mattip, stephtr
2019-01-15 18:18:41steve.dowersetmessageid: <1547576321.58.0.858561002793.issue35688@roundup.psfhosted.org>
2019-01-15 18:18:41steve.dowerlinkissue35688 messages
2019-01-15 18:18:41steve.dowercreate