Definite's Extractor

My findings on Life, Linux, Open Source, and so on.

Monthly Archives: September 2007

AttributeError: ‘module’ object has no attribute ‘HTTPSHandler’

After some googling, the answer (as shown in http://mail.python.org/pipermail/python-list/2007-August/452758.html) is:

You need `_ssl.pyd’ for HTTPSHandler to work.

However, I just install keyutils-libs rpm to make it works. 🙂