67155/attributeerror-module-object-attribute-httpsconnection
I am trying to run one python script in command line. I installed python in my system. Still I got this below error.
AttributeError: 'module' object has no attribute 'HTTPSConnection'
How can I solve this error?
Hi@akhtar,
You have to install openssl and openssl-devel before you install python2.6. You can simply install those packages and re-install python.
$ yum install openssl openssl-devel
Hope this will help you.
>>> import scipy >>> scipy.misc Traceback (most recent call ...READ MORE
Hey @Nagya, replace wn.mainlopp() with turtle.mainloop() ...READ MORE
Hey @Hannh, I had a similar issue. ...READ MORE
Hello @kartik, The problem was that test couldn't find ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
You can simply the built-in function in ...READ MORE
You'll have to install the pyaudio module ...READ MORE
Hi@akhtar, I think numpy version is not compatible ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.