Which database are you using? sqlite? (and which TurboGears version?) It's hard to imagine any database other than sqlite locking like this. i wouldn't expect sqlite itself to be locked like this, either though...
Kevin On 1/9/06, citizenkahn <[EMAIL PROTECTED]> wrote: > > I have a turbogears build information site. It has some basic views > related to my builds. I alaso have an automated build script that > populates the SQL db via the same model file as my turbogears project > uses. > > If I launch turbogears in dev mode leaving the web server running and > then attempt to add a build into my db via the external python script, > the external script will be blocked by the turbogears installation. > Nothing will happen until I kill the python process serving my > turbogears site. > > I know I'm missing something, but I'm just not sure what. Anyone have > any ideas? > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

