I have been using db_row extensively in my application and have been very pleased with it.
Some times I end up putting objects which contain db_row objects in the sesssion object. When the session object gets pickled it gives me an error that PicklingError: Can't pickle <class 'db_row.irow'>: attribute lookup db_row.irow failed, Moving all my db_row data to actual python objects would be a lot of effort and hit performance as well. Is there a better way and why will it not pickle db_row objects Thanks, _______________________________________________ DB-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/db-sig
