I guess you're using SQLite as your database. It's a file permission
error.

 If you're on linux try "chmod 777 test.db" to change the file
permissions. And also!!, keep in mind that the directory that the DB
file is should also be writable. So do a chmod on the dir as well to
test it out.

-Sid





On Oct 17, 12:48 am, John D Giotta <[email protected]> wrote:
> I'm running django with mod_python/Apache and its my first time
> setting up a server. Among the problems, when I navigate to the
> address I receive an OperationalError "unable to open database file."
>
> I can't help but think my vhosts.conf is done wrong.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to