Message155425
| 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:17 | eric.smith | set | recipients:
+ eric.smith |
| 2012年03月12日 01:24:17 | eric.smith | set | messageid: <1331515457.08.0.269897538589.issue14256@psf.upfronthosting.co.za> |
| 2012年03月12日 01:24:16 | eric.smith | link | issue14256 messages |
| 2012年03月12日 01:24:15 | eric.smith | create |
|