Hi, I recently installed the latest development version of Django from subversion. I followed all steps on site, got no errors. When I type "import django" in Python interpreter I get no errors.
But when I try run "django-admin.py startproject mysite" I get the following error... "ImportError: No module named functools" Any idea's on what the problem could be? I am running python2.7 and latest django. Many thanks. -- 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.

