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!

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
gorge's avatar
21
gorge
asked 12 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago
link

Comments

see more comments