Malcolm Tredinnick wrote: > The way Django handles database connections with sqlite doesn't appear > to be entirely threadsafe for some subtle reason. The short version is > that you cannot use mod_python and sqlite together reliably at the > moment.
Thanks. I already started to think that porting to MySQL may be better. Ironically, the reason I chose sqlite was that it is so easy to move sqlite apps. I like the fact that the whole app is in one directory. After spending hours to get sqlite working without succes, and a couple of minutes to get MySQL working, I am not so sure anymore. It does work on my old server though. I have never seen an error. Any idea why? Any python compile options I can try? I now tried if it would work if I used the python 2.3 that comes with the OS, but I get the same error. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---