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, georg.brandl, pitrou, sfeltman
Date 2012-08-17.05:04:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345179863.32.0.111937043219.issue15715@psf.upfronthosting.co.za>
In-reply-to
Content
The failure output with -v:

...
# /home/esnow/projects/cpython/Lib/http/__pycache__/__init__.cpython-33.pyc matches /home/esnow/projects/cpython/Lib/http/__init__.py
# code object from /home/esnow/projects/cpython/Lib/http/__pycache__/__init__.cpython-33.pyc
import 'http' # <_frozen_importlib.SourceFileLoader object at 0x7ff82770d450>
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<frozen importlib._bootstrap>", line 1578, in _handle_fromlist
  File "<frozen importlib._bootstrap>", line 310, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1530, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1494, in _find_and_load_unlocked
ImportError: No module named 'http.blah'
...
History
Date User Action Args
2012-08-17 05:04:23eric.snowsetrecipients: + eric.snow, brett.cannon, georg.brandl, pitrou, sfeltman
2012-08-17 05:04:23eric.snowsetmessageid: <1345179863.32.0.111937043219.issue15715@psf.upfronthosting.co.za>
2012-08-17 05:04:22eric.snowlinkissue15715 messages
2012-08-17 05:04:22eric.snowcreate