I am using python 3.3 on window xp.
PATH variable is ";C:\Python33;C\Python33\Scripts;C:\Python33\Lib\site-packages\django\bin\”
when i create new project it gives an exception.

Please tell what i missed?
I am using python 3.3 on window xp. PATH variable is ;C:\Python33;C\Python33\Scripts;C:\Python33\Lib\site-packages\django\bin\ when i
Share
You need to upgrade to Django 1.5c1 (still in development). You appear to be running a development version that predates even 1.5a1. The error you see is due to a syntax change between the major Python versions and was fixed 9 months ago.
Or better still, use Python 2.7 instead; even in Django 1.5 the Python 3 support is labelled as experimental.