This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author awelch
Recipients awelch
Date 2009-10-14.23:49:31
SpamBayes Score 4.6927486e-05
Marked as misclassified No
Message-id <1255564172.76.0.168636291219.issue7135@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-10-14 23:49:32awelchsetrecipients: + awelch
2009-10-14 23:49:32awelchsetmessageid: <1255564172.76.0.168636291219.issue7135@psf.upfronthosting.co.za>
2009-10-14 23:49:31awelchlinkissue7135 messages
2009-10-14 23:49:31awelchcreate