Hi, Wim -
Thanks a lot for the reply.

I'm doing everything through code, since accessing the admin interface
is itself plagued with issues. And as far as I can tell, I am the same
user as the owner of the db-file (since I can also change privileges
on the file at will).

These are some more symptoms:
- when I issue "python manage.py createsuperuser" to create a
superuser I get an "unable to open database file" error again, still
the user is created on the db. However, it's created with attribute
is_superuser set to false.
- I can import objects from the db, delete objects from the db and
save new objects through the django python shell without a single
issue. Still if I import one of the saved objects, attempt to amend it
and then save() again, I get an error similar to the one above.

I'm not sure how to proceed. I've since come across some remedies on
the web which haven't proven very successful.
--~--~---------~--~----~------------~-------~--~----~
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