I have a module that uses SQLObject that I would like to integrate with a Turbogears project. Database is SQLITE, v 3.1.3 Turbogears Revision: 569 SQLObject Revision: 1534 (from ./turbogears/thirdparty/sqlobject)
At the top of my model.py in a test project I have added: from mymodule.model import * (Having followed convention of defining my database objects in a 'model' module) Launching the Toolbox and trying to browse the existing data using Catwalk I get an error message in a Javascript Alert: "Fail to load object instance No connection has been defined for this thread or process" No further stacktrace or debug messages. Any thoughts on how to get this working? cheers, Etienne Posthumus

