Chase235 / cloudcourse

Automatically exported from code.google.com/p/cloudcourse
Apache License 2.0
0 stars 0 forks source link

"Module" object has no attribute "HTTPSHandler" #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I followed the install instruction.
After completing step 5, I uploaded the Cloudcourse using "Google App Engine 
SDK for Python" but there was an error. Here's the error message:

File "C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\appengine_rpc.py", line 
32, in <module>
    https_handler = urllib2.HTTPSHandler
AttributeError: 'module' object has no attribute 'HTTPSHandler'

Original issue reported on code.google.com by syta...@yahoo.com on 18 Jun 2010 at 10:01

GoogleCodeExporter commented 9 years ago
I am guessing that the version of python that you are using is not good. Can 
you try with python 2.5 or 2.6 ?

Original comment by ir...@google.com on 5 Nov 2010 at 2:21