Monday, December 31, 2012

Re: Creating a project error

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
> <module>

If you want to use Python 3.x you want Django 1.5.x and then you need to
check which version of Python 3.x it needs.

If you are using Django 1.4.3 (which I think is the latest stable
release) you should be using Python 2.x

hth

Mike

> from functools import total_ordering
> ImportError: cannot import name total_ordering
>
> what should i do? i use virtualenv.
>
> regards...
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/7_y_TS3GcfcJ.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment