outside of some of my own mistakes no :) I have installed askbot from both the pip install askbot and from the python setup.py develop via a virtualenv. In either case you will need to run pip uninstall django after install then run pip install django=1.3.4. If you install via python setup.py you can also modify askbot/__init__.py REQUIREMENTS to have 1.3.4 as the required django.
esse ( 2012-11-22 23:56:22 -0500 )edit