Chinaunix
标题:
AttributeError: 'module' object has no attribute 'HTTPSConnection'
[打印本页]
作者:
bryanw
时间:
2011-11-30 10:25
标题:
AttributeError: 'module' object has no attribute 'HTTPSConnection'
大家好,
>>> import httplib
>>> conn = httplib.HTTPConnection("192.168.0.1")
>>>
>>> conn = httplib.HTTPSConnection('192.168.0.1')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'HTTPSConnection'
复制代码
请问这个是什么问题呢?
谢谢!
作者:
lkk2003rty
时间:
2011-11-30 13:42
py版本?
作者:
lkk2003rty
时间:
2011-11-30 13:43
py版本?
欢迎光临 Chinaunix (http://bbs.chinaunix.net/)
Powered by Discuz! X3.2