[Answered ]-Django1.4 not compatible with Python3.2?

2👍

Django doesn’t officially support Python 3.x yet. Use it with Python 2.7.

Here’s the official latest news about Django on Python 3: https://www.djangoproject.com/weblog/2012/mar/13/py3k/

There is an unofficial experiment in supporting Python 3 with a common code base: https://bitbucket.org/vinay.sajip/django/

Leave a comment