ImportError: cannot import name signals
I dont think my problem is related with this thread hence I am using python 2.6.
I did a manage.py syncdb and I got this error.
File "/home/ubuntu/adimsayar_biz/askbot/models/question.py", line 18, in <module>
from askbot.models import signals
ImportError: cannot import name signals
Do you have an idea why this import fails? Here is the full log my askbot version is 7.40
Comments