Phil wrote:
> .....Sqlite3 is complaining that it cannot open the database file.
> (sqlite3.OperationalError: unable to open database file)
>
> Has anyone else had this problem? My understanding is that Python 2.5
> includes sqlite & thus I wouldn't have to install it again -- is this
> incorrect? Have I missed installing something?....
>   

If you are getting the sqlite error, this proves (py) sqlite is 
installed :-)

You _probably_ have a file/path permission problem as sqlite databases 
are files. I suspect when you ran manage you did it as a different user 
than the one who runs the web server.

Chris


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to