Do you know what versions of pysqlite and sqlite you have installed?
Or is it just the standard stuff that comes with python 2.5?
Here's mine:
Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04)
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
>>> sqlite3.version
'2.3.2'
>>> sqlite3.sqlite_version
'3.3.14'
There have been some instances of this before (not really related to
registration) of people experiencing problems with visit and sqlite,
but no real answers other than playing with the installed versions.
(Search the main TurboGears Google for OperationalError: database is
locked).