Spencer
Spencer

Reputation: 22370

Trying to Launch Google App Engine, given error related to python

alt text

I have installed python and don't really know what this means. Any ideas?

Upvotes: 1

Views: 70

Answers (2)

Klaus Byskov Pedersen
Klaus Byskov Pedersen

Reputation: 120917

Try opening launcher preferences (what it refers to in the last line), and tell it where you installed Python. There should be a "Python path" setting that you can set.

Upvotes: 2

Senthil Kumaran
Senthil Kumaran

Reputation: 56813

  1. Set the python.exe in your PATH.
  2. OR When you open and run cmd.exe, go to your python installation, which will be C:\Python26\ and from there execute python.exe PATH_TO_YOUR_APPENGINE_SDK\dev_server.py YOUR_APP

Upvotes: 1

Related Questions