Error ImportError: cannot import name str_to_unicode
Hi, after start syncdb got the next error ImportError: cannot import name str_to_unicode some ideas how to solve it?
Hi, after start syncdb got the next error ImportError: cannot import name str_to_unicode some ideas how to solve it?
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
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-02-19 09:52:54 -0500
Seen: 1,555 times
Last updated: Feb 28 '13
On syncdb getting TypeError: Item in ``from list'' not a string
DoesNotExist: Group matching query does not exist.
Installing; "python manage.py syncdb" fails with "unable to open database file"
pip install psycopg2==2.4.1 Error
AkismetError at /questions/ask/
Please post the error traceback, it's hard to tell where this is coming from based on the information provided.
sorry I'm new in Django, where can I get traceback, if I starting it in terminal, while webserver not running yet
here is what i got in termonal: python manage.py syncdb WARNING!!! You are using a 'locmem' (local memory) caching backend, which is OK for a low volume site running on a single-process server. For a multi-process configuration it is neccessary to have a production cache system, such as redis or memcached.
With local memory caching and multi-process setup you might intermittently see outdated content on your site.
cannot import name str_to_unicode WARNING!!! You are using a 'loc
Is it followed by a crash? or the process keeps running? If your traceback does not fit here please email it at support@askbot.com