-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named flask.ext #1
Comments
Hmm ... it looks like a problem with virtualenv. Is there any error messages on the console? |
@imstand Did it work? |
I'm also having this error... ./run.py -C |
Maybe problem is here
|
How would I fix that? I'm obviously connected to the internet... |
74.125.228.100 which is used for checking internet connection is no longer available. Just replace INERNET_TEST_URL = 'http://64.233.164.101' |
That should probably be updated in the repo btw XD |
Still getting tons of errors. There's no folder main/static/ext and it keeps calling it... |
The Phonebook project is a bit outdated.. and there were updates in run.py regarding the latest google cloud SDK.. |
What tutorial should I use then? |
the tutorial should work.. but this current repo is kind of dated.. so if you start from https://github.com/gae-init/gae-init it should work.. |
By following the tutorial http://docs.gae-init.appspot.com/tutorial/, always error with message:
[22:43:36] --------DONE ----------------------------------------------
INFO 2014-09-18 14:43:38,541 devappserver2.py:725] Skipping SDK update check.
WARNING 2014-09-18 14:43:38,546 api_server.py:383] Could not initialize images API; you are likely missing the Python "PIL" module.
INFO 2014-09-18 14:43:38,580 api_server.py:171] Starting API server at: http://localhost:49195
INFO 2014-09-18 14:43:38,609 dispatcher.py:183] Starting module "default" running at: http://127.0.0.1:8080
INFO 2014-09-18 14:43:38,639 admin_server.py:117] Starting admin server at: http://localhost:8081
ERROR 2014-09-18 14:43:40,766 wsgi.py:262]
Traceback (most recent call last):
File "/Users/Alpha/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 239, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
File "/Users/Alpha/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 298, in _LoadHandler
handler, path, err = LoadObject(self._handler)
File "/Users/Alpha/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 84, in LoadObject
obj = import(path[0])
File "/Users/Alpha/Downloads/phonebook/main/main.py", line 5, in
from flask.ext import wtf
ImportError: No module named flask.ext
INFO 2014-09-18 14:43:40,776 module.py:652] default: "GET /_ah/warmup HTTP/1.1" 500 -
The text was updated successfully, but these errors were encountered: