googlecodelabs / recaptcha-codelab

Apache License 2.0
12 stars 20 forks source link

Cannot start #5

Open KevinBurton opened 4 years ago

KevinBurton commented 4 years ago

I am running python 2 (python --version returns Python 2.7.17) but it seems that the command 'python server.py' never does anything. I never see any print statements and going to http://localhost:8080 just shows a spinning 'loading' cursor. So I decided to go to the Java route. From there I run 'mvn appengine:devserver` and that seems to work but there is considerable output and I am not a Java developer. So the question is why doesn't 'python server.py' work?