[New-bugs-announce] [issue7135] AttributeError: 'module' object has no attribute 'HTTPSConnection'
Andi Welch
report at bugs.python.org
Thu Oct 15 01:49:32 CEST 2009
New submission from Andi Welch <andiwelch at gmail.com>:
I received a working script created with Active Python 2.6.2 for
Windows 32 bit. I downloaded the Active Python 64 bit Windows version
for my 64 bit Windows Vista OS and have attempted to run the script. I
get the following error:
Traceback (most recent call last):
File "ofx-ba-tfb-auto.py", line 212, in
client.doQuery(query, argv[1]+"_acct.ofx")
File "ofx-ba-tfb-auto.py", line 178, in doQuery
h = httplib.HTTPSConnection(host)
AttributeError: 'module' object has no attribute 'HTTPSConnection'
I see a few references (not on this site) to the error, but none seem
to fit exactly and being a Python novice I wasn't sure what direction
to turn. Most suggest that my Python installation is missing a needed
library to support SSL. I also tried using the 2.6.3.7 version of
Active Python for WIN 64 and get the same exact error.
Would appreciate any and all assistance. Thank you.
----------
components: Library (Lib)
messages: 94055
nosy: awelch
severity: normal
status: open
title: AttributeError: 'module' object has no attribute 'HTTPSConnection'
versions: Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7135>
_______________________________________
More information about the New-bugs-announce
mailing list