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

(hangs until ctrl-c)

Diagnosis? Suggestions? Thanks in advance.

Steve

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

Reply via email to