I've already asked this in IRC and nobody knew the answer. It is an error occurs even when I start a new project with fairly minimal stuff for just the admin application. (http://django.pastebin.com/731267). This suggests to me that I've somehow messed it up. But I'm using svn and linking the directory into site-packages so I can't really just reinstall it.
http://0:8000/admin/ Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py" in get_response 65. callback, callback_args, callback_kwargs = resolver.resolve(path) File "/usr/lib/python2.4/site-packages/django/core/urlresolvers.py" in resolve 75. sub_match = pattern.resolve(new_path) File "/usr/lib/python2.4/site-packages/django/core/urlresolvers.py" in resolve 75. sub_match = pattern.resolve(new_path) File "/usr/lib/python2.4/site-packages/django/core/urlresolvers.py" in resolve 49. self.func = self.get_callback() File "/usr/lib/python2.4/site-packages/django/core/urlresolvers.py" in get_callback 57. raise ViewDoesNotExist, "Could not import %s. Error was: %s" % (mod_name, str(e)) ViewDoesNotExist at /admin/ Could not import django.contrib.admin.views.main. Error was: cannot import name LogEntry I can write stuff that works. It seems to just be the admin. I don't know if I've somehow broken it but I'm using svn and checking out new versions doesn't seem to work. I'm running ubuntu linux with Python 2.4.2 and PostgreSQL 8.0.6 and django svn. Anyways if anyone has any thoughts on what I'm doing wrong then please tell me. Thanks, Frankie. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---