On 2 juil, 21:57, Phil <[email protected]> wrote: > When I type "import functools" into the python > interpreter I get no errors back either. I can't make it out. >
see my other answer - either you're not invoking the right Python (if you have more than one) or something messes with your sys.path. functools was added in Python 2.5, so if you do have a 2.4 version installed and django-admin ends up invoking Python 2.4 you're problem is almost solved. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

