I fiddled with the controller so I could see the real exception and
this is interesting:
File
"/home/randall/downloads/svn/turbogears/thirdparty/kid/kid/pull.py",
line 206, in _coalesce
for ev, item in stream:
File "<string>", line 66, in _pull
File
"/usr/lib/python2.4/site-packages/SQLObject-0.7.1dev_r1516-py2.4.egg/sqlobject/main.py",
line 898, in get
id = cls.sqlmeta.idType(id)
ValueError: invalid literal for int(): permissionId
It looks like the SO get method is sent the wrong value. That seems
weird to me though becuase by the time form.insert is called, the SO
instance has already been fetched.