Guest User

Untitled

a guest
Jan 17th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. File "/srv/www/sentry/local/lib/python2.7/site-packages/Django-1.4.1-py2.7.egg/django/utils/translation/trans_real.py", line 160, in _fetch
  2. app = import_module(appname)
  3. File "/srv/www/sentry/local/lib/python2.7/site-packages/Django-1.4.1-py2.7.egg/django/utils/importlib.py", line 35, in import_module
  4. __import__(name)
  5. File "/srv/www/sentry/local/lib/python2.7/site-packages/sentry-5.0.14-py2.7.egg/sentry/plugins/__init__.py", line 9, in <module>
  6. from sentry.plugins.base import * # NOQA
  7. File "/srv/www/sentry/local/lib/python2.7/site-packages/sentry-5.0.14-py2.7.egg/sentry/plugins/base.py", line 17, in <module>
  8. from sentry.utils.db import InstanceManager
  9. File "/srv/www/sentry/local/lib/python2.7/site-packages/sentry-5.0.14-py2.7.egg/sentry/utils/db.py", line 14, in <module>
  10. from django.db.models.expressions import ExpressionNode, F
  11. File "/srv/www/sentry/local/lib/python2.7/site-packages/Django-1.4.1-py2.7.egg/django/db/__init__.py", line 40, in <module>
  12. backend = load_backend(connection.settings_dict['ENGINE'])
  13. File "/srv/www/sentry/local/lib/python2.7/site-packages/Django-1.4.1-py2.7.egg/django/db/__init__.py", line 34, in __getattr__
  14. return getattr(connections[DEFAULT_DB_ALIAS], item)
  15. File "/srv/www/sentry/local/lib/python2.7/site-packages/Django-1.4.1-py2.7.egg/django/db/utils.py", line 92, in __getitem__
  16. backend = load_backend(db['ENGINE'])
  17. File "/srv/www/sentry/local/lib/python2.7/site-packages/Django-1.4.1-py2.7.egg/django/db/utils.py", line 24, in load_backend
  18. return import_module('.base', backend_name)
  19. File "/srv/www/sentry/local/lib/python2.7/site-packages/Django-1.4.1-py2.7.egg/django/utils/importlib.py", line 35, in import_module
  20. __import__(name)
  21. File "/srv/www/sentry/local/lib/python2.7/site-packages/Django-1.4.1-py2.7.egg/django/db/backends/postgresql_psycopg2/base.py", line 8, in <module>
  22. from django.db import utils
  23. ImportError: cannot import name utils
Add Comment
Please, Sign In to add comment