0

Currently I'm new to appengine with python and now I'm following this tutorial. https://cloud.google.com/appengine/docs/python/gettingstartedpython27/creating-guestbook#objectives Somehow, when I run dev_appserver.py ./ as stated in the tutorial, it just does nothing.

enter image description here

And I already have my environment variables set up also. enter image description here

Am I missing something? I use windows btw.

3
  • Did u clone the example code into your local directory?..Post your code as well Commented Jun 28, 2016 at 4:53
  • Yes, I cloned it. That's the path "d/PythonProjects/appengine-guestbook-python" Commented Jun 28, 2016 at 5:22
  • why do you have / at the end? Commented Jun 29, 2016 at 2:00

1 Answer 1

1

I solved on it on my own guys. I was using gitbash so I switched to cmd and removed the slash at the end and it worked.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.