[issue3857] ImportError: No module named test.test_support

2008-09-13 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- resolution: -> out of date status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3857] ImportError: No module named test.test_support

2008-09-13 Thread Winfried Plappert
Winfried Plappert <[EMAIL PROTECTED]> added the comment: Please close this issue. Between 2.6b3 and 2.6rc1 Lib/httplib.py has been changed. Sorry about the confusion! ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3857] ImportError: No module named test.test_support

2008-09-13 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: I just installed python 2.6rc1, and I don't get the error at all. are you sure that you did not install a 2.6b3 afterwards? The content of your file d:\Python26\lib\httplib.py does not match with mine, suggest a version mismatch. -

[issue3857] ImportError: No module named test.test_support

2008-09-13 Thread Winfried Plappert
Winfried Plappert <[EMAIL PROTECTED]> added the comment: OK, by now I know exactly what the problem is: The Windows installer allows you the option of DESELECTING the "Test Suite". Initially I deselected the Test Suite because I thought I do not need it. But this is wrong. urllib loads test.test_

[issue3857] ImportError: No module named test.test_support

2008-09-13 Thread Winfried Plappert
New submission from Winfried Plappert <[EMAIL PROTECTED]>: The following 2 line program fails under Python 2.6rc1: Python 2.6b3 (r26b3:66303, Sep 8 2008, 13:45:13) [MSC v.1500 32 bit (Intel)] on win32 as downloaded today (2008-09-13): # start program --- import urllib fh = urllib.urlopen(