On 1/8/06, Jeff Watkins <[EMAIL PROTECTED]> wrote: > I tried these exact steps and was unable to reproduce the problem. Would you > send me the project? Maybe there's something different between our setups.
Hi Jeff, I also have the same problem, and have some other information: dev.cfg: sqlobject.dburi="sqlite:///tmp/wiki.sqlite" Instead of launching App, you can launch toolbox from tg-admin, it will also give you the traceback. Interesting point: you said it creates tables automatically, but it doesn't. running: sqlite /tmp/wiki.sqlite sqlite> .tables show just my tables (created with tg-admin sql create). Maybe the problem is that you acquire the lock, try to insert items and it fails (raises exception), then you ignore the exception but doesn't free the lock. That's my guess.. I didn't check the code to see if it's true. -- Gustavo Sverzut Barbieri -------------------------------------- Computer Engineer 2001 - UNICAMP Mobile: +55 (19) 9165 8010 Phone: +1 (347) 624 6296; [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] ICQ#: 17249123 MSN: [EMAIL PROTECTED] GPG: 0xB640E1A2 @ wwwkeys.pgp.net

