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 pitrou
Recipients pitrou, r.david.murray
Date 2009-04-19.23:08:36
SpamBayes Score 1.203969e-05
Marked as misclassified No
Message-id <1240182518.87.0.621846990716.issue5796@psf.upfronthosting.co.za>
In-reply-to
Content
This seems related to the import behaviour changes in regrtest.

Re-running test 'test_posix' in verbose mode
test test_posix crashed -- <type 'exceptions.ImportError'>: No module
named pwd
Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 569, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File
"E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_posix.py",
line 8, in <module>
    import pwd
ImportError: No module named pwd
Re-running test 'test_pty' in verbose mode
test test_pty crashed -- <type 'exceptions.ImportError'>: No module
named fcntl
Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 569, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File
"E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_pty.py",
line 2, in <module>
    import fcntl
ImportError: No module named fcntl

http://www.python.org/dev/buildbot/trunk.stable/x86%20XP-4%20trunk/builds/2056/step-test/0
History
Date User Action Args
2009-04-19 23:08:38pitrousetrecipients: + pitrou, r.david.murray
2009-04-19 23:08:38pitrousetmessageid: <1240182518.87.0.621846990716.issue5796@psf.upfronthosting.co.za>
2009-04-19 23:08:37pitroulinkissue5796 messages
2009-04-19 23:08:36pitroucreate