I have installed Google App Engine patch and I get the following error when I want to sync the DB
Command on command prompt on windows
manage.py syncdb
The Google App Engine SDK could not be found!Visit http://code.google.com/p/app-engine- patch/ for installation instructions.
I have installed win32api too and it still recurs. appcfg.py and dev_appserver.py works normally.
EDIT
Added and removed following paths from PATH
F:\Program Files\Google\google_appengine\google
F:\Program Files\Google\google_appengine\lib
EDIT The following hack has made it working but I hope there is a better way
SDK_PATH = "F:\Program Files\Google\google_appengine"
in aecmd.py in common\appenginepatch