I looked in w2p manual, and there is one example of OperationalError - attempting to insert the same person.p.398.
My message is: <class '_mysql_exceptions.OperationalError'> (1050, "Table 'auth_user' already exists")
the code includes a "db.define_table(auth_user
and that's where it seems to be failing.
Any takers?
Davey