[New-bugs-announce] [issue8447] buildbot: test_httpservers failure (No module named operator)

STINNER Victor report at bugs.python.org
Mon Apr 19 00:23:09 CEST 2010


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

http://www.python.org/dev/buildbot/builders/x86 Tiger 3.1/builds/16/steps/test/logs/stdio

test_httpservers
[28139 refs]
[28139 refs]
[28139 refs]
Traceback (most recent call last):
  File "/private/tmp/tmpqYIZuO/cgi-bin/file2.py", line 2, in <module>
    import cgi
  File "/Users/db3l/buildarea/3.1.bolen-tiger/build/Lib/cgi.py", line 34, in <module>
    from operator import attrgetter
ImportError: No module named operator
[28142 refs]
Warning: os.environ was modified by test_httpservers
test test_httpservers failed -- Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.1.bolen-tiger/build/Lib/test/test_httpservers.py", line 380, in test_post
    self.assertEquals(res.read(), b'1, python, 123456\n')
AssertionError: b'' != b'1, python, 123456\n'

----------
keywords: buildbot
messages: 103540
nosy: haypo
severity: normal
status: open
title: buildbot: test_httpservers failure (No module named operator)
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8447>
_______________________________________


More information about the New-bugs-announce mailing list