Skip to content

Instantly share code, notes, and snippets.

@pierrenel
Created November 23, 2012 11:06
Show Gist options
  • Save pierrenel/4135144 to your computer and use it in GitHub Desktop.
Save pierrenel/4135144 to your computer and use it in GitHub Desktop.
Unable to import sentry.filters.SiteFilter
Traceback (most recent call last):
File "/srv/www/sentry/lib/python2.6/site-packages/sentry-5.0.21-py2.6.egg/sentry/filters/helpers.py", line 35, in get_filters
cls = getattr(module, class_name)
AttributeError: 'module' object has no attribute 'SiteFilter'
Unable to import sentry.filters.ServerNameFilter
Traceback (most recent call last):
File "/srv/www/sentry/lib/python2.6/site-packages/sentry-5.0.21-py2.6.egg/sentry/filters/helpers.py", line 35, in get_filters
cls = getattr(module, class_name)
AttributeError: 'module' object has no attribute 'ServerNameFilter'
Unable to import sentry.filters.SiteFilter
Traceback (most recent call last):
File "/srv/www/sentry/lib/python2.6/site-packages/sentry-5.0.21-py2.6.egg/sentry/filters/helpers.py", line 35, in get_filters
cls = getattr(module, class_name)
AttributeError: 'module' object has no attribute 'SiteFilter'
Unable to import sentry.filters.ServerNameFilter
Traceback (most recent call last):
File "/srv/www/sentry/lib/python2.6/site-packages/sentry-5.0.21-py2.6.egg/sentry/filters/helpers.py", line 35, in get_filters
cls = getattr(module, class_name)
AttributeError: 'module' object has no attribute 'ServerNameFilter'
Unable to import sentry.filters.SiteFilter
Traceback (most recent call last):
File "/srv/www/sentry/lib/python2.6/site-packages/sentry-5.0.21-py2.6.egg/sentry/filters/helpers.py", line 35, in get_filters
cls = getattr(module, class_name)
AttributeError: 'module' object has no attribute 'SiteFilter'
Unable to import sentry.filters.ServerNameFilter
Traceback (most recent call last):
File "/srv/www/sentry/lib/python2.6/site-packages/sentry-5.0.21-py2.6.egg/sentry/filters/helpers.py", line 35, in get_filters
cls = getattr(module, class_name)
AttributeError: 'module' object has no attribute 'ServerNameFilter'
Unable to import sentry.filters.SiteFilter
Traceback (most recent call last):
File "/srv/www/sentry/lib/python2.6/site-packages/sentry-5.0.21-py2.6.egg/sentry/filters/helpers.py", line 35, in get_filters
cls = getattr(module, class_name)
AttributeError: 'module' object has no attribute 'SiteFilter'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment