Re: Creating a project error

2012-12-31 Thread Mike Dewhirst
On 1/01/2013 4:06pm, shaggy0n wrote: Hi i'm totally newby django user. When i trydjango-admin.py startproject mysite command i've got this error: . ...lib/python3.1/site-packages/django/utils/functional.py", line 349, in If you want to use Python 3.x you want Django 1.5.x and then you nee

Creating a project error

2012-12-31 Thread shaggy0n
Hi i'm totally newby django user. When i try django-admin.py startproject mysite command i've got this error: . ...lib/python3.1/site-packages/django/utils/functional.py", line 349, in from functools import total_ordering ImportError: cannot import name total_ordering what should i do?