You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
acdeMac-mini:~ mac$ export FLASK_APP=rmcontrol; python -m flask initdb
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 163, in _run_module_as_main
mod_name, _Error)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 111, in _get_module_details import(mod_name) # Do not catch exceptions initializing package
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Flask-0.12-py2.7.egg/flask/init.py", line 17, in
from werkzeug.exceptions import abort
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Werkzeug-0.11.15-py2.7.egg/werkzeug/init.py", line 152, in import('werkzeug.exceptions')
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Werkzeug-0.11.15-py2.7.egg/werkzeug/exceptions.py", line 71, in
from werkzeug.wrappers import Response
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Werkzeug-0.11.15-py2.7.egg/werkzeug/wrappers.py", line 26, in
from werkzeug.http import HTTP_STATUS_CODES,
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Werkzeug-0.11.15-py2.7.egg/werkzeug/http.py", line 28, in
from urllib.request import parse_http_list as _parse_list_header
ImportError: No module named request
The text was updated successfully, but these errors were encountered:
acdeMac-mini:~ mac$ export FLASK_APP=rmcontrol; python -m flask initdb
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 163, in _run_module_as_main
mod_name, _Error)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 111, in _get_module_details
import(mod_name) # Do not catch exceptions initializing package
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Flask-0.12-py2.7.egg/flask/init.py", line 17, in
from werkzeug.exceptions import abort
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Werkzeug-0.11.15-py2.7.egg/werkzeug/init.py", line 152, in
import('werkzeug.exceptions')
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Werkzeug-0.11.15-py2.7.egg/werkzeug/exceptions.py", line 71, in
from werkzeug.wrappers import Response
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Werkzeug-0.11.15-py2.7.egg/werkzeug/wrappers.py", line 26, in
from werkzeug.http import HTTP_STATUS_CODES,
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Werkzeug-0.11.15-py2.7.egg/werkzeug/http.py", line 28, in
from urllib.request import parse_http_list as _parse_list_header
ImportError: No module named request
The text was updated successfully, but these errors were encountered: