New submission from Andi Welch <andiwe...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue7135> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com