Chris Withers wrote: > Hi All, > > Got these when running from checkout on Mac OS: > > Could not find '/Users/chris/py2k/Lib/test' in sys.path to remove it > ... > test test_asynchat produced unexpected output: > ********************************************************************** > error: uncaptured python exception, closing channel > <test.test_asynchat.echo_client at 0x263a4b8> (<class > 'socket.error'>:[Errno 9] Bad file descriptor > [/Users/chris/py2k/Lib/asyncore.py|readwrite|107] > [/Users/chris/py2k/Lib/asyncore.py|handle_expt_event|441] > [<string>|getsockopt|1] [/Users/chris/py2k/Lib/socket.py|_dummy|165]) > ...(lots of repeats of the above) > ********************************************************************** > test_asyncore > test test_asyncore failed -- Traceback (most recent call last): > File "/Users/chris/py2k/Lib/test/test_asyncore.py", line 144, in > test_readwrite > self.assertEqual(tobj.read, True) > AssertionError: False != True
I'm getting the asyncore failure on Linux as well (no unexpected output though - just the final exception). Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia --------------------------------------------------------------- _______________________________________________ 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