Issue 19724: test_pkgutil buildbot failure (related to PEP 451) (original) (raw)
http://buildbot.python.org/all/builders/x86%20Gentoo%203.x/builds/5448/steps/test/logs/stdio
====================================================================== ERROR: test_iter_importers (test.test_pkgutil.ExtendPathTests)
Traceback (most recent call last): File "", line 2128, in _find_and_load_unlocked AttributeError: 'module' object has no attribute 'path'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_pkgutil.py", line 206, in test_iter_importers importlib.import_module(fullname) File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/importlib/init.py", line 129, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2164, in _gcd_import File "", line 2147, in _find_and_load File "", line 2131, in _find_and_load_unlocked ImportError: No module named 'spam.eggs'; spam is not a package