I'm trying the Django tutorial; when asked to run manage.py runserver
I get the following 2 lines:
File "C:\python27\lib\functools.py",
'__lt__': [('__gt__', lambda self, other: other < self), line 56, in <lambda>
for a dozen pages, followed by
Runtime error: maximum recursion depth exceeded in cmp
I installed Django 1.5.1 with Python 2.7. Thanks for any help.