Brett Cannon added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19946>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to