Здравствуйте, столкнулся с неразрешимой проблемой: команда python manage.py generate_sphinx_config stati выдает ошибку:
Traceback (most recent call last):
File "manage.py", line 14, in
execute_manager(settings)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 438, in execute_manager
utility.execute()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 191, in run_from_argv
self.execute(*args, **options.__dict__)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 220, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 286, in handle
app_output = self.handle_app(app, **options)
File "/usr/local/lib/python2.7/dist-packages/django_sphinx-2.2.4-py2.7.egg/djangosphinx/management/commands/generate_sphinx_config.py", line 12, in handle_app
from djangosphinx.utils.config import generate_config_for_model
File "/usr/local/lib/python2.7/dist-packages/django_sphinx-2.2.4-py2.7.egg/djangosphinx/utils/__init__.py", line 1, in
from config import *
File "/usr/local/lib/python2.7/dist-packages/django_sphinx-2.2.4-py2.7.egg/djangosphinx/utils/config.py", line 51, in
'database_engine': _get_database_engine(),
File "/usr/local/lib/python2.7/dist-packages/django_sphinx-2.2.4-py2.7.egg/djangosphinx/utils/config.py", line 18, in _get_database_engine
raise ValueError, "Only MySQL and PostgreSQL engines are supported by Sphinx."
ValueError: Only MySQL and PostgreSQL engines are supported by Sphinx.
Причем стоит и postgre, и mysql, как ни устанавливал, как ни пересобирал (с флагами --psql, --mysql), ничего не погомает. Поиск решения ни к чему не привел. Заранее спасибо