Created
January 23, 2012 12:42
-
-
Save felipe-prenholato/1662953 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File "/home/felipe/projects/p1/local/lib/python2.7/site-packages/raven/handlers/logging.py", line 51, in emit | |
return self._emit(record) | |
File "/home/felipe/projects/p1/local/lib/python2.7/site-packages/raven/contrib/django/handlers.py", line 31, in _emit | |
return super(SentryHandler, self)._emit(record, request=request) | |
File "/home/felipe/projects/p1/local/lib/python2.7/site-packages/raven/handlers/logging.py", line 87, in _emit | |
date=date, **kwargs) | |
File "/home/felipe/projects/p1/local/lib/python2.7/site-packages/raven/contrib/django/__init__.py", line 92, in capture | |
result = super(DjangoClient, self).capture(event_type, **kwargs) | |
File "/home/felipe/projects/p1/local/lib/python2.7/site-packages/raven/base.py", line 236, in capture | |
self.send(**data) | |
File "/home/felipe/projects/p1/local/lib/python2.7/site-packages/raven/contrib/django/__init__.py", line 114, in send | |
from sentry.models import Group | |
ImportError: cannot import name Group |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment