I just upgraded [moved old ~/google_appengine folder to ~/.google_appengine[1.7.4].bak and unzipped the new python-sdk into home] I had a working app that now results in the following error when staring up dev_appserver.py
INFO 2014-05-13 18:36:30,177 sdk_update_checker.py:242] Checking forupdates to the SDK . INFO 2014-05-13 18:36:32,705 sdk_update_checker.py:286] This SDK release is newer than the advertised release. INFO 2014-05-13 18:36:34,289 api_server.py:171] Starting API server at:http ://localhost:46944 INFO 2014-05-13 18:36:34,302 dispatcher.py:182] Starting module "default" running at: http://localhost:8080 INFO 2014-05-13 18:36:34,340 admin_server.py:117] Starting admin server at: http://localhost:8000 ERROR 2014-05-13 18:36:37,018 http_runtime.py:262] bad runtime process port [''] /home/username/.pythonbrew/pythons/Python-2.7.5/bin/python: can't open file '/usr/local/bin/_python_runtime.py': [Errno 2] No such file or directory /usr/local/bin contained symlinks for dev_appserver.py and appcfg.py. I added a symlink back to ~/google_appengine/_python_runtime.py and works now. I'm just not sure why this is bouncing me through /usr/local/bin? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
