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 pitrou
Recipients pitrou, vinay.sajip
Date 2011-05-21.15:41:07
SpamBayes Score 2.4802457e-05
Marked as misclassified No
Message-id <1305992468.22.0.0355418363055.issue12136@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
ERROR: test_output (test.test_logging.HTTPHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/test/test_logging.py", line 1529, in test_output
    import ssl
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/importlib/_bootstrap.py", line 437, in load_module
    return self._load_module(fullname)
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/importlib/_bootstrap.py", line 141, in decorated
    return fxn(self, module, *args, **kwargs)
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/importlib/_bootstrap.py", line 342, in _load_module
    exec(code_object, module.__dict__)
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/ssl.py", line 60, in <module>
    import _ssl             # if we can't import it, let the error propagate
ImportError: No module named '_ssl'
History
Date User Action Args
2011-05-21 15:41:08pitrousetrecipients: + pitrou, vinay.sajip
2011-05-21 15:41:08pitrousetmessageid: <1305992468.22.0.0355418363055.issue12136@psf.upfronthosting.co.za>
2011-05-21 15:41:07pitroulinkissue12136 messages
2011-05-21 15:41:07pitroucreate