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 brett.cannon
Recipients Olivier.Grisel, brett.cannon, eric.snow, ncoghlan, pitrou, sbt
Date 2013-12-10.16:12:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386691957.13.0.253807972897.issue19946@psf.upfronthosting.co.za>
In-reply-to
Content
The returning of None means that importlib.find_spec() didn't find the spec/loader for the specified module. So the question is exactly what module is being passed to importlib.find_spec() and why isn't it finding a spec/loader for that module.

Did this code work in Python 3.3?
History
Date User Action Args
2013-12-10 16:12:37brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, sbt, eric.snow, Olivier.Grisel
2013-12-10 16:12:37brett.cannonsetmessageid: <1386691957.13.0.253807972897.issue19946@psf.upfronthosting.co.za>
2013-12-10 16:12:37brett.cannonlinkissue19946 messages
2013-12-10 16:12:37brett.cannoncreate