On Wed, 2009-03-11 at 14:50 -0700, Steve Chervitz Trutane wrote: > I believe I may have hosed my django installation while I was trying > to get up and running with Pinax. I'm working from the django trunk > (1.1alpha) on linux. Here's what happens now when I try to fire up a > new django project (a la the turorial): > > $ django-admin.py startproject mysite > $ cd mysite > $ python manage.py runserver > Validating models... > Unhandled exception in thread started by <function inner_run at > 0xb7aacf0c> > Traceback (most recent call last): > File "/home/teamhuma/tools/django-trunk/django/core/management/ > commands/runserver.py", line 48, in inner_run > self.validate(display_num_errors=True) > File "/home/teamhuma/tools/django-trunk/django/core/management/ > base.py", line 249, in validate > num_errors = get_validation_errors(s, app) > File "/home/teamhuma/tools/django-trunk/django/core/management/ > validation.py", line 22, in get_validation_errors > from django.db import models, connection > File "/home/teamhuma/tools/django-trunk/django/db/__init__.py", line > 53, in <module> > 'TIME_ZONE': settings.TIME_ZONE, > File "/home/teamhuma/lib/python2.6/site-packages/django/db/backends/ > dummy/base.py", line 45, in __init__ > super(DatabaseWrapper, self).__init__(*args, **kwargs) > TypeError: object.__init__() takes no parameters
I believe you just updated to the latest subversion trunk and are running MySQL and encountered a bug that was fixed in r10030. The error is being reported from a piece of code that changed heavily yesterday (literally, about 24 hours ago as I write this) and there were some side-effects that were still being sorted out over the next few hours. If that's not your situation, pleaes provide some details about database backend, Django version, etc. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---