Hi, please tell me how fix this: (kenv)notroot@dhcppc9:~$ dev_appserver.py --host=0.0.0.0 --port=3000 KhanLatest/INFO 2014-04-29 19:22:46,350 sdk_update_checker.py:242] Checking for updates to the SDK. INFO 2014-04-29 19:22:46,722 sdk_update_checker.py:286] This SDK release is newer than the advertised release. WARNING 2014-04-29 19:22:46,725 api_server.py:374] Could not initialize images API; you are likely missing the Python "PIL" module. INFO 2014-04-29 19:22:46,728 api_server.py:171] Starting API server at:http ://localhost:43712 WARNING 2014-04-29 19:22:47,324 inotify_file_watcher.py:143] There are too many directories in your application for changes in all of them to be monitored. You may have to restart the development server to see some changes to your files. INFO 2014-04-29 19:22:47,325 dispatcher.py:182] Starting module "default" running at: http://0.0.0.0:3000 WARNING 2014-04-29 19:22:47,335 inotify_file_watcher.py:143] There are too many directories in your application for changes in all of them to be monitored. You may have to restart the development server to see some changes to your files. INFO 2014-04-29 19:22:47,347 dispatcher.py:182] Starting module "mapreducebackend-version" running at: http://0.0.0.0:3001 INFO 2014-04-29 19:22:47,348 admin_server.py:117] Starting admin server at: http://localhost:8000 ERROR 2014-04-29 19:22:47,720 http_runtime.py:262] bad runtime process port [''] Traceback (most recent call last): File "/home/notroot/KhanLatest/tools/google_appengine/_python_runtime.py",line 82, in <module> _run_file(__file__, globals()) ERROR 2014-04-29 19:22:47,722 http_proxy.py:94] bad runtime process port [''] File "/home/notroot/KhanLatest/tools/google_appengine/_python_runtime.py",line 78, in _run_file execfile(_PATHS.script_file(script_name), globals_) File "/home/notroot/KhanLatest/tools/google_appengine/google/appengine/tools/devappserver2/python/runtime.py" , line 175, in <module> main() File "/home/notroot/KhanLatest/tools/google_appengine/google/appengine/tools/devappserver2/python/runtime.py" , line 153, in main sandbox.enable_sandbox(config) File "/home/notroot/KhanLatest/tools/google_appengine/google/appengine/tools/devappserver2/python/sandbox.py" , line 159, in enable_sandbox __import__('%s.threading' % dist27.__name__) File "/home/notroot/KhanLatest/tools/google_appengine/google/appengine/tools/devappserver2/python/sandbox.py" , line 888, in load_module raise ImportError('No module named %s' % fullname) ImportError: No module named google.appengine.dist27.threading INFO 2014-04-29 19:22:47,823 module.py:627] default: "GET /_ah/warmup HTTP/1.1" 500 1112
In my browser http://192.168.1.10:3000/, Show me this: bad runtime process port [''] Traceback (most recent call last): File "/home/notroot/KhanLatest/tools/google_appengine/_python_runtime.py", line 82, in <module> _run_file(__file__, globals()) File "/home/notroot/KhanLatest/tools/google_appengine/_python_runtime.py", line 78, in _run_file execfile(_PATHS.script_file(script_name), globals_) File "/home/notroot/KhanLatest/tools/google_appengine/google/appengine/tools/devappserver2/python/runtime.py", line 175, in <module> main() File "/home/notroot/KhanLatest/tools/google_appengine/google/appengine/tools/devappserver2/python/runtime.py", line 153, in main sandbox.enable_sandbox(config) File "/home/notroot/KhanLatest/tools/google_appengine/google/appengine/tools/devappserver2/python/sandbox.py", line 159, in enable_sandbox __import__('%s.threading' % dist27.__name__) File "/home/notroot/KhanLatest/tools/google_appengine/google/appengine/tools/devappserver2/python/sandbox.py", line 888, in load_module raise ImportError('No module named %s' % fullname) ImportError: No module named google.appengine.dist27.threading Tnks for any help -- 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.
