[Tutor] How to use urllib2.https_open with SSL support in Windows XP for python 2.5.2

Kent Johnson kent37 at tds.net
Tue Aug 19 02:44:36 CEST 2008


On Mon, Aug 18, 2008 at 12:40 PM, xbmuncher <xboxmuncher at gmail.com> wrote:
> I wanted to use the urllib2.https_open()  but it said the module did not
> exist.

I'm not aware of a urllib2.https_open() function. I think you just
give an https url to urllib2.urlopen(). Can you show us your actual
code and error message?

Kent


More information about the Tutor mailing list