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
I saw:
Traceback (most recent call last):
File "tests.py", line 6, in
from fbone import create_app
File "/Users/mark.henry/Desktop/actionteam/fbone/init.py", line 3, in
from app import create_app
File "/Users/mark.henry/Desktop/actionteam/fbone/app.py", line 6, in
from user import User
File "/Users/mark.henry/Desktop/actionteam/fbone/user/init.py", line 3, in
from models import User
File "/Users/mark.henry/Desktop/actionteam/fbone/user/models.py", line 10, in
from fbone.extensions import db
File "/Users/mark.henry/Desktop/actionteam/fbone/extensions.py", line 10, in
from raven.contrib.flask import Sentry
ImportError: No module named raven.contrib.flask
The text was updated successfully, but these errors were encountered:
On osx:
I saw:
Traceback (most recent call last):
File "tests.py", line 6, in
from fbone import create_app
File "/Users/mark.henry/Desktop/actionteam/fbone/init.py", line 3, in
from app import create_app
File "/Users/mark.henry/Desktop/actionteam/fbone/app.py", line 6, in
from user import User
File "/Users/mark.henry/Desktop/actionteam/fbone/user/init.py", line 3, in
from models import User
File "/Users/mark.henry/Desktop/actionteam/fbone/user/models.py", line 10, in
from fbone.extensions import db
File "/Users/mark.henry/Desktop/actionteam/fbone/extensions.py", line 10, in
from raven.contrib.flask import Sentry
ImportError: No module named raven.contrib.flask
The text was updated successfully, but these errors were encountered: