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 wplappert
Recipients wplappert
Date 2008-09-13.09:16:30
SpamBayes Score 3.5898396e-05
Marked as misclassified No
Message-id <1221297392.56.0.406152022999.issue3857@psf.upfronthosting.co.za>
In-reply-to
Content
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_support. 

In my opinion you must not be able to deselect a feature if this feature
is needed for the proper running of Python.

PS.: Forget all the bits about "Python 2.6b3 (r26b3:66303, Sep  8 2008,
13:45:13) [MSC v.1500 32 bit (Intel)] on win32": I just was too fast. I
have verified the bug now with proper 2.6rc1: Python 2.6rc1
(r26rc1:66438, Sep 13 2008, 09:20:38) [MSC v.1500 32 bit (Intel)].

Thanks a lot for the wonderful programming language Python!!
History
Date User Action Args
2008-09-13 09:16:32wplappertsetrecipients: + wplappert
2008-09-13 09:16:32wplappertsetmessageid: <1221297392.56.0.406152022999.issue3857@psf.upfronthosting.co.za>
2008-09-13 09:16:31wplappertlinkissue3857 messages
2008-09-13 09:16:30wplappertcreate