Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

google app engine error ,and i can't open it now.(python)

the error is :


Errors occurred

See the logfile 'D:\Program Files\Google\google_appengine\launcher\GoogleAppEngineLauncher.exe.log' for details

Why?

like image 689
zjm1126 Avatar asked Apr 15 '10 06:04

zjm1126


3 Answers

Find your home directory (open command prompt, run "set home" to see what it is). Go to that directory and delete the directory called "Google"

more here: http://code.google.com/p/googleappengine/issues/detail?id=2299

like image 133
RyanW Avatar answered Oct 31 '22 22:10

RyanW


Solution: Note: The wrong directories are stated above.

  1. Go to C:\Users\your username\Google directory.
  2. Delete google_appengine_launcher.ini and google_appengine_projects.ini
  3. Appengine should now start successfully, absent error message.
like image 3
Jordan Bennett Avatar answered Oct 31 '22 21:10

Jordan Bennett


yeah just like RyanW mentioned the link, Delete the .ini files viz. google_appengine_launcher.ini & google_appengine_projects.ini in the user Directory in folder named Google.

like image 2
Simon K Bhatta4ya Avatar answered Oct 31 '22 21:10

Simon K Bhatta4ya