Question

OS: windows 7 (x64)
Python: 3.2
Django: 1.3.1

So I am trying to install Django and am getting the following error:

file "setup.py", line 70 
if u'SVN' in version:  
syntaxError: invalid syntax

So I know this is a compatibility issue with python3.2 and would not be a problem if I re-install python 2.6 instead. My question is there a way around this now? Or is Django still only compatible with python2.6 only?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top