I encountered similar problem on Ubuntu Linux:

$ dev_appserver.py evaluation/
Traceback (most recent call last):
  File "/usr/local/google/laihaiming/google_appengine/
dev_appserver.py", line 55, in <module>
    execfile(script_path, globals())
  File "/usr/local/google/laihaiming/google_appengine/google/appengine/
tools/dev_appserver_main.py", line 358, in <module>
    sys.exit(main(sys.argv))
  File "/usr/local/google/laihaiming/google_appengine/google/appengine/
tools/dev_appserver_main.py", line 316, in main
    server = MakeRpcServer(option_dict)
  File "/usr/local/google/laihaiming/google_appengine/google/appengine/
tools/dev_appserver_main.py", line 277, in MakeRpcServer
    host_override=option_dict[ARG_ADMIN_CONSOLE_HOST])
  File "/usr/local/google/laihaiming/google_appengine/google/appengine/
tools/appcfg.py", line 125, in __init__
    self.opener = self._GetOpener()
  File "/usr/local/google/laihaiming/google_appengine/google/appengine/
tools/appcfg.py", line 338, in _GetOpener
    opener.add_handler(urllib2.HTTPSHandler())
AttributeError: 'module' object has no attribute 'HTTPSHandler'

My python version is 2.5.4. Does anyone know the cause ?

On Feb 4, 4:42 am, Alexander Artemenko <[email protected]>
wrote:
> I have found, that if you are working with macports, than you need to
> install py25-socket-ssl module:
>
> sudo port install py25-socket-ssl
>
> I suggest, if you are working on the "debian like" linux, then you
> should try something like that first:
>
> apt-cache search python ssl
>
> Or, as a last resort, make sudo easy_install ssl (i should download
> and install ssl module from thehttp://pypi.python.org/pypi/ssl/)
>
> On 2 фев, 21:57, Robert <[email protected]> wrote:
>
> > Interestingly, things work just fine on my Mac. I was having problems
> > with the Linux setup.
>
> Good luck

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to