[ZODB-Dev] Big problem.

Andrew Kuchling akuchlin@mems-exchange.org
Thu, 10 Jan 2002 16:47:10 -0500


On Thu, Jan 10, 2002 at 04:40:47PM -0500, Andrew T Sydelko wrote:
>ImportError: No module named Sessions.SessionDataManager

You could temporarily create a module or package named Sessions, 
put 'class SessionDataManager: pass' in it, and that should let you 
start up again so you can remove the offending object.

--amk