If you encounter this error when using Django for the first time
Django error - if u'SVN' in version: in setup.py line 70
Django supports Python version 2.3 to 2.6, easily overlooked if you downloaded the default installer for your O.S. which comes with Python 3.1 +.
Installing the correct version i.e. Python 2.5 or 2.6 fixes the problem. In most cases you can leave 3.1 alone as well no need to uninstall. But if you arent gonna use it might as well remove it
Ok this is a note to myself, since I have to do this at least a few times. It may seem I am talking to myself because I am. Objective : To install a complete dev environment of Python + Django + IDE on Windows XP or Vista. I say Vista because I have do
Tracked: May 23, 16:05