python - Google App Engine SDK Fatal Error -
i installed python 3.4 on mac (os 10.9.3) , command running google app engine terminal via /usr/local/dev_appengine stopped working. (stupidly) did rather arbitrary things online forums , google app engine stopped working well. when open it, says:
sorry, pieces of googleappenginelauncher.app appear missing or corrupted, or can't run python2.5 properly. output was:
i have tried delete application , related files , reinstall, nothing has worked me. fails make command symlinks when try run terminal /usr/local/bin/dev_appserver.py: no such file or directory.
app engine not support python 3.x. still have 2.x installed? go google app engine launcher > preferences, , make sure have proper python path v2.x. should "/usr/bin/python2.7"
from terminal, typewhereis python
find it. if know using version 2.7, try: whereis python2.7
Comments
Post a Comment