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 eric.snow
Recipients brett.cannon, eric.snow
Date 2013-11-22.20:30:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385152217.94.0.908121512777.issue19724@psf.upfronthosting.co.za>
In-reply-to
Content
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 "<frozen importlib._bootstrap>", 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 "<frozen importlib._bootstrap>", line 2164, in _gcd_import
  File "<frozen importlib._bootstrap>", line 2147, in _find_and_load
  File "<frozen importlib._bootstrap>", line 2131, in _find_and_load_unlocked
ImportError: No module named 'spam.eggs'; spam is not a package
History
Date User Action Args
2013-11-22 20:30:17eric.snowsetrecipients: + eric.snow, brett.cannon
2013-11-22 20:30:17eric.snowsetmessageid: <1385152217.94.0.908121512777.issue19724@psf.upfronthosting.co.za>
2013-11-22 20:30:17eric.snowlinkissue19724 messages
2013-11-22 20:30:17eric.snowcreate