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
Hi all,
I'm trying to install Django on my windows, I already install Python, as I read in Django tutorial for installing, I entered the path of the Django folder that I downloaded and unzipped, then for installing I entered the following command:
python setup.py install
but it keeps giving me this error :
File "setup.py", line 70 if u'SVN' in version: ^ SyntaxError: invalid syntax
Is there anyone who can help me with it?
Thanks in advance. Sophia
James Bennett
unread,
Mar 6, 2012, 9:22:35 AM3/6/12
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
On Tue, Mar 6, 2012 at 7:42 AM, Sophia <b.mirsh...@gmail.com> wrote: > python setup.py install > > but it keeps giving me this error : > > File "setup.py", line 70 > if u'SVN' in version: > ^ > SyntaxError: invalid syntax
Most likely, you installed a 3.x version of Python. Django does not support Python versions 3 and up yet; for Django 1.3, you need a Python 2.x installation, minimum Python 2.4 For Django 1.4, you need minimum Python 2.5.