On Sun, 2006-10-22 at 19:42 +0000, anna wrote:
[...]
> AttributeError: 'str' object has no attribute 'close'
> #end error
[...]
> When I changed to mysql, everything worked fine, so nothing is wrong
> with the installation itself.
> 
> I appreciate any ideas.

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.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to