I installed Django1.4 on Win 7 with python3.2. But when I run django-admin.py startproject mysite on command prompt I get errors like Syntax error: Invalid Syntax. It shows that there is an error at print ''.join ....... I see that print is missing (). I fixed one Syntax error already.
Is it incomparability issue?
What do you suggest should I do?
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/