Re: sqlite3+mod_python problems?

2006-08-23 Thread Wiktor Grębla
James Bennett napisa³(a): > My initial guess is that the problem has to do with permissions on the > filesystem; the built-in server and FastCGI both typically run as your > user on the system, which means they have permission to access > anything your user account can access. > > Apache, however

Re: Re: sqlite3+mod_python problems?

2006-08-23 Thread James Bennett
On 8/23/06, Michael <[EMAIL PROTECTED]> wrote: > I've hit the same problem :( > after searching on this group and net I found that > curently django dosen't work well with sqlite. I'm not sure if that's the case here; it seems that it worked fine under the built-in server, and worked fine under F

Re: sqlite3+mod_python problems?

2006-08-23 Thread Wiktor Grębla
Michael napisa³(a): > I've hit the same problem :( > after searching on this group and net I found that > curently django dosen't work well with sqlite. I can't believe it's that bad ;(, if so, I'll have to switch to mysql or postgress. I hope it's gonna be clarified/fixed soon. W. -- Talker

Re: sqlite3+mod_python problems?

2006-08-23 Thread Michael
I've hit the same problem :(after searching on this group and net I found thatcurently django dosen't work well with sqlite.Try to use mysql or psqlOn 8/24/06, Wiktor Grębla <[EMAIL PROTECTED]> wrote: Hi.Today I've been trying (preparing) to switch from my testingconfiguration (lighttpd+flup+djang

sqlite3+mod_python problems?

2006-08-23 Thread Wiktor Grębla
Hi. Today I've been trying (preparing) to switch from my testing configuration (lighttpd+flup+django-fastcgi) to apache+mod_python, so far without success . From my point of view, there is something wrong happening between sqlite and mod_python, but the error messages look enigmatic. I've c