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 jpe
Recipients Arfrever, benjamin.peterson, berker.peksag, brett.cannon, eric.araujo, eric.snow, jpe, meador.inge, pitrou, python-dev
Date 2012-06-05.16:30:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338913841.75.0.266894877531.issue13959@psf.upfronthosting.co.za>
In-reply-to
Content
This may be a known problem, but imp.load_module fails when trying to load a C extension.  This is with the 3.3a4 release on Windows, though I suspect the problem is cross-platform.
History
Date User Action Args
2012-06-05 16:30:41jpesetrecipients: + jpe, brett.cannon, pitrou, benjamin.peterson, eric.araujo, Arfrever, meador.inge, python-dev, eric.snow, berker.peksag
2012-06-05 16:30:41jpesetmessageid: <1338913841.75.0.266894877531.issue13959@psf.upfronthosting.co.za>
2012-06-05 16:30:41jpelinkissue13959 messages
2012-06-05 16:30:41jpecreate