Hello, Thanks for the reply. This the once of the test I fail, hope you can help so I can fix the rest 4 errors. :) ---------------------------------------------------------------------- Ran 90 tests in 9.191s
FAILED (errors=1, skipped=25) test test_zipfile failed -- Traceback (most recent call last): File "/tmp/Python-3.2/Lib/test/test_zipfile.py", line 497, in test_unicode_filenames zipfp.open(name).close() File "/tmp/Python-3.2/Lib/zipfile.py", line 978, in open close_fileobj=not self._filePassed) File "/tmp/Python-3.2/Lib/zipfile.py", line 487, in __init__ self._decompressor = zlib.decompressobj(-15) AttributeError: 'NoneType' object has no attribute 'decompressobj' 1 test failed: test_zipfile On Mon, Apr 11, 2011 at 4:14 PM, Victor Stinner <vstin...@edenwall.com>wrote: > > [1/1] test_zipfiles > > test test_zipfiles crashed -- <class 'ImportError'>: No module named > > test_zipfiles > > It means that you don't have a module named test_zipfiles. Retry with > "test_zipfile" :-) > > You may open an issue (including details) for your failures. > > Victor > -- If you have any other question about your web portal please contact me. At N-Pinokyo we value our customers and will be more than happy to assist you with any other matter related to our service. Regards, Stephen Yeng
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com