I am trying to learn Django form the 1st tutorial on the Django project website. I might be missing something obvious but, after following all the instructions when I come
I had this problem here, today.
We were using django1.5.1 and python2.7.2 too.
At first we were installed django1.4 and it worked, but the project has django1.5 features, so it's not a total solution.
To solve this we installed python2.7.5 and it worked fine!
python2.7.5