On Wednesday, 13 June 2012 06:07:19 UTC+1, Manish wrote:
Hi ,
I am using trying to install and use django on windows xp and i am using git bash as command line. When i try using
"django-admin.py startproject mysite" command i get an error, __init__.py line 54. except ImportError,e
Syntax Error: Invalid Syntax
I am very new to django and python. Please help me.
Sounds like you have the wrong version of Python. Django currently only works with versions between 2.5 and 2.7, you seem to have installed 3.x.
--
DR.