[issue8447] buildbot: test_httpservers failure (No module named operator)

2010-08-03 Thread Mark Dickinson
Mark Dickinson added the comment: Fix ported to release31-maint in r83689. Thanks Tarek for reviewing (on IRC). -- resolution: -> fixed status: open -> closed ___ Python tracker __

[issue8447] buildbot: test_httpservers failure (No module named operator)

2010-08-03 Thread Mark Dickinson
Mark Dickinson added the comment: Fixed in r83688 for release26-maint. The fix still needs to be ported to release31-maint. -- versions: -Python 2.6 ___ Python tracker ___ ___

[issue8447] buildbot: test_httpservers failure (No module named operator)

2010-08-03 Thread Mark Dickinson
Mark Dickinson added the comment: Here's a patch (against the release26-maint branch) which fixes the test failures for me. I wouldn't feel happy about committing this without Tarek looking at it first, though. Tarek? -- keywords: +patch Added file: http://bugs.python.org/file18354/

[issue8447] buildbot: test_httpservers failure (No module named operator)

2010-08-03 Thread Mark Dickinson
Mark Dickinson added the comment: It looks as though the failure is due to r79297: the fix for issue 7668 introduced symlinks for the python executable, and these symlinks are causing the 'import site' to blow up. -- ___ Python tracker

[issue8447] buildbot: test_httpservers failure (No module named operator)

2010-08-03 Thread Mark Dickinson
Mark Dickinson added the comment: I can reproduce this locally; it appears to have something to do with distutils and symlinks: If I do: ln -s /Users/dickinsm/python/svn/release26-maint/python.exe /Users/dickinsm/Documents/python.exe and then try to execute the symlink, I get: newton:~ d

[issue8447] buildbot: test_httpservers failure (No module named operator)

2010-06-27 Thread Ronald Oussoren
Ronald Oussoren added the comment: Bill: can you do some debugging on the buildbot itself? I cannot reproduce the problem locally. -- ___ Python tracker ___

[issue8447] buildbot: test_httpservers failure (No module named operator)

2010-06-26 Thread Bill Janssen
Bill Janssen added the comment: Failing on my PPC Tiger OS X buildbot, with 2.6, too. -- nosy: +janssen versions: +Python 2.6 ___ Python tracker ___ _

[issue8447] buildbot: test_httpservers failure (No module named operator)

2010-04-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: There's probably something wrong in the way test_httpservers sets up its own environment (can it impact the import mechanism?). The operator module exists and imports correctly in other conditions, e.g. test_operator passes on that buildbot. -- nosy:

[issue8447] buildbot: test_httpservers failure (No module named operator)

2010-04-20 Thread Ronald Oussoren
Ronald Oussoren added the comment: The test passes just fine on my machine. -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue8447] buildbot: test_httpservers failure (No module named operator)

2010-04-18 Thread STINNER Victor
Changes by STINNER Victor : -- components: +Library (Lib), Tests -Macintosh ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue8447] buildbot: test_httpservers failure (No module named operator)

2010-04-18 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> ronaldoussoren components: +Macintosh nosy: +ronaldoussoren ___ Python tracker ___ ___ Pyt

[issue8447] buildbot: test_httpservers failure (No module named operator)

2010-04-18 Thread STINNER Victor
New submission from STINNER Victor : 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 import cgi