Hi,
 
I am new to python and django. I have install django and trying to create a 
new project. When i run the command "django-admin.py startproject mysite", 
i get an error.
the error is : 
 
Tracebback(most recent call last):
File "./django-admin.py", line 2, in <module>
from django.core import management
File "C:\Python32\lib\site-packages\django\core\management\__init__.py", 
line 54
 
except ImportError ,e:
 
SyntaxError: Invalid syntax.
 
 
please help me in setting up django

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/ucLV-QjMBH8J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to