Skip to content
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

"No module named raven.contrib.flask" upon running tests #65

Open
mark-henry opened this issue Feb 12, 2018 · 1 comment
Open

"No module named raven.contrib.flask" upon running tests #65

mark-henry opened this issue Feb 12, 2018 · 1 comment

Comments

@mark-henry
Copy link

On osx:

  1. Setup new python virtualenv
  2. run pip install -r requirements.txt
  3. Setup with fab setup_python_macos
  4. run unit tests with fab test

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

@Amanimasila
Copy link

I still have error even after install this module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants