AttributeError: 'module' object has no attribute 'HTTPSHandler'

rkmr.em at gmail.com rkmr.em at gmail.com
Fri Aug 10 12:57:05 EDT 2007


Hi
I built and installed python 2.5 from source and when I do this:

opener = urllib2.build_opener(SmartRedirectHandler(),
DefaultErrorHandler(), urllib2.HTTPSHandler())

I get this error.
AttributeError: 'module' object has no attribute 'HTTPSHandler'

What should I do?



More information about the Python-list mailing list