First time here? Check out the FAQ!
1

no module named group messaging

I am installing askbot to existing project with djangobb and djangowiki. Since I am using django1.4 I installed askbot with command pip install askbot==0.7.48 to prevent older non 1.4 compatible version being installed. But now the problem is everything seems to run fine but when I add group_messaging to installed apps, it says no module named group messaging. Why could this be happening? Please help!

gorge's avatar
21
gorge
asked 2013-03-29 12:33:32 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Sounds like you have missed to add the askbot/deps directory to your python path.

There is a corresponding statement in the sample settings.py file.

Evgeny's avatar
13.2k
Evgeny
answered 2013-04-02 10:14:36 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments