First time here? Check out the FAQ!

mbi's profile - activity

2013-08-21 06:43:42 -0500 received badge Nice Answer ( source )
2013-02-28 13:04:38 -0500 received badge Teacher ( source )
2013-02-28 09:49:10 -0500 answered a question Error ImportError: cannot import name str_to_unicode

You probably installed Django 1.5: the installation requirements don't specify any upper bound for the version of Django, but AFAIK Askbot is not yet compatible with Django 1.5

You can try fixing this with:

pip uninstall Django
pip install Django==1.4.5