Message131484
> mod = imp.load_module(fullname, self.file, self.filename, self.stuff)
> TypeError: 'NoneType' object is not iterable
The problem is that imp.find_module() now returns None as the filename, but imp.load_module() doesn't support None. |
|
| Date |
User |
Action |
Args |
| 2011-03-20 11:35:13 | vstinner | set | recipients:
+ vstinner, brett.cannon, georg.brandl, terry.reedy, amaury.forgeotdarc, ncoghlan, belopolsky, pitrou, benjamin.peterson, eric.araujo, Arfrever, r.david.murray, python-dev |
| 2011-03-20 11:35:13 | vstinner | set | messageid: <[email protected]> |
| 2011-03-20 11:35:12 | vstinner | link | issue3080 messages |
| 2011-03-20 11:35:12 | vstinner | create | |
|