Hello everyone! I'm trying to switch my session handling from Ram to File and ran into an immediate problem. I get this error when the session is established:
PicklingError: Can't pickle <class 'sqlobject.declarative.sqlmeta'>: it's not found as sqlobject.declarative.sqlmeta I tried removing any 'class sqlmeta' definitions inside my model but it made no difference. Is there anything I can do? I'm using MySQL, not Postgres, so I can't use the built-in database session storage, and I'm assuming that wouldn't help anyway. (Running TG 09a r279 with CherryPy 2.1.0) --Liza

