On 3/24/06, Mike Kent <[EMAIL PROTECTED]> wrote:
>
> I'm temporarily using SQLite as my project database while I experiment.
>  I'm getting tracebacks that end:
>
>   File
> "/usr/lib/python2.4/site-packages/SQLObject-0.7.1dev_r1457-py2.4.egg/sqlobject/dbconnection.py",
> line 780, in rollback
>     self._connection.rollback()
> ProgrammingError: SQLite objects created in a thread can only be used
> in that same thread.The object was created in thread id -1254331472 and
> this is thread id -1271116880
>
> Does anyone know the solution for this?  Is the solution "Don't use
> SQLite"?

No. That has to do with a change that I made yesterday. I removed a
hack that we had in place for SQLite, thinking that the fix that's now
in SQLObject is better. I'll need to either track down that problem or
put the hack back.

Kevin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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/turbogears-trunk
-~----------~----~----~----~------~----~------~--~---

Reply via email to