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.smith
Recipients eric.smith
Date 2012-03-12.01:24:15
SpamBayes Score 4.059681e-08
Marked as misclassified No
Message-id <1331515457.08.0.269897538589.issue14256@psf.upfronthosting.co.za>
In-reply-to
Content
Presumably this needs to use requires_zlib.

$ time ./python -m test test_logging
[1/1] test_logging
test test_logging crashed -- Traceback (most recent call last):
  File "/home/eric/local/python/cpython/Lib/test/regrtest.py", line 1229, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/eric/local/python/cpython/Lib/test/test_logging.py", line 49, in <module>
    import zlib
ImportError: No module named 'zlib'

1 test failed:
    test_logging
[111665 refs]
History
Date User Action Args
2012-03-12 01:24:17eric.smithsetrecipients: + eric.smith
2012-03-12 01:24:17eric.smithsetmessageid: <1331515457.08.0.269897538589.issue14256@psf.upfronthosting.co.za>
2012-03-12 01:24:16eric.smithlinkissue14256 messages
2012-03-12 01:24:15eric.smithcreate