I just installed the GAE launcher and try to run a sample application to make sure it works, and I get the following error.
raise BindError('Unable to bind %s:%s' % self.bind_addr) google.appengine.tools.devappserver2.wsgi_server.BindError: Unable to bind localhost:8000 2014-03-24 10:54:54 (Process exited with code 1)
I am trying to run a python version of an application using python 2.7 and am using windows 8.1 operating system. I did not create files for the application, I just created a new application and try to run it in local hosting.
Can someone please tell me what this error means and how to fix it?
source share