I just updated the application engine and run dev_appserver. in my project directory i get the following error.
MacBook-xx-xxx-xxx-xxxx vinay$ dev_appserver.py . Traceback (most recent call last): File "/usr/local/bin/dev_appserver.py", line 84, in <module> _run_file(__file__, globals()) File "/usr/local/bin/dev_appserver.py", line 80, in _run_file execfile(_PATHS.script_file(script_name), globals_) File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/devappserver2/devappserver2.py", line 31, in <module> from google.appengine.api import appinfo ImportError: No module named appengine.api
UPDATE
Python 2.7.10 (default, Jul 14 2015, 19:46:27) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import google >>> print(google) <module 'google' (built-in)>
source share