Message205832
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? |
|
| Date |
User |
Action |
Args |
| 2013-12-10 16:12:37 | brett.cannon | set | recipients:
+ brett.cannon, ncoghlan, pitrou, sbt, eric.snow, Olivier.Grisel |
| 2013-12-10 16:12:37 | brett.cannon | set | messageid: <[email protected]> |
| 2013-12-10 16:12:37 | brett.cannon | link | issue19946 messages |
| 2013-12-10 16:12:37 | brett.cannon | create | |
|