Today, Turbogears uses transactions. Out of the box, MYSQL does not use transactions.
Do you create your database tables ? If so, try creating INNODB tables that support transactions. Here is a link to the wikki page. http://trac.turbogears.org/turbogears/wiki/MySql

