Regarding the JSON problem, I had a look in dev.cfg and found this setting and now AJAX works...
tg.allow_json = True As for the inability to insert new records into the SQLite3 database via "tg-admin shell", I am running on an Ubuntu/breezy system and did not have the python2.4-pysqlite2 deb package installed, however I still cannot insert records via the shell after installing it and rerunning "python setup.py install" inside thirdparty/sqlobject/. --markc

