You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
hi!
i installed python 2.7.1 on vista, then opened "command line", and
wrote "django-admin.py startproject mysite" at first, but i faced
syntax error:invalid syntax. could you help me solve this problem?!
Karen Tracey
unread,
May 24, 2011, 8:12:45 AM5/24/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
It rather sounds like you've got a Python 3 install trying to interpret django-admin.py, which is using Python 2.x syntax. Do you also have some version of Python3 installed and is that version of Python what is associated with the .py extension?