Djangobb problem
Posted
by Djero
on Stack Overflow
See other posts from Stack Overflow
or by Djero
Published on 2010-03-21T18:17:18Z
Indexed on
2010/03/21
18:21 UTC
Read the original article
Hit count: 267
I've installed Djangobb app on my server (Debian, mod_python) by cloning original source. The only things I've changed is database options in settings.py. All needed components are installed - syncdb query was executed right.
But, when I'm trying to enter on my forum, it returns me error:
ImproperlyConfigured: Error importing middleware django_authopenid.middleware: "No module named djangobb_forum.subscription"
I've checked - djangobb_forum/subscription.py exist, so I don't know what can be wrong.
Maybe someone had problems like that and know how to fix it?
Sorry for my english.
© Stack Overflow or respective owner