[issue7135] AttributeError: 'module' object has no attribute 'HTTPSConnection'

2009-10-14 Thread R. David Murray
R. David Murray added the comment: I should clarify a little: ActivePython a _distribution_ of CPython, one not maintained by python.org. Then there are other versions, such as IronPython, and Jython -- ___ Python tracker

[issue7135] AttributeError: 'module' object has no attribute 'HTTPSConnection'

2009-10-14 Thread R. David Murray
R. David Murray added the comment: An understandable confusion, but no, python.org just maintains the original version, called CPython or python.org Python. -- ___ Python tracker ___

[issue7135] AttributeError: 'module' object has no attribute 'HTTPSConnection'

2009-10-14 Thread A Welch
A Welch added the comment: Thank you for your response and my apologies for posting this in the incorrect support forum. I thought that this forum was for all the various versions of Python. -- ___ Python tracker

[issue7135] AttributeError: 'module' object has no attribute 'HTTPSConnection'

2009-10-14 Thread R. David Murray
R. David Murray added the comment: The httplib module creates the HTTPSConnection class only if it can successfully import the ssl module. So your installation must be missing that module. Since you say your are using an ActivePython version, you should contact their community for support, sin

[issue7135] AttributeError: 'module' object has no attribute 'HTTPSConnection'

2009-10-14 Thread A Welch
Changes by A Welch : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue7135] AttributeError: 'module' object has no attribute 'HTTPSConnection'

2009-10-14 Thread Andi Welch
New submission from Andi Welch : 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