Re: [SQLObject] SQLObject and Zope 2.7.3/2.8.0a1
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ma...> - 2004-11-26 16:39:54
|
On Fri, Nov 26, 2004 at 04:54:14PM +0100, Anders Bruun Olsen wrote: > > Do not use refresh. Always do full Zope restart - stop and start it > > anew. > > Same problem. Whenever Zope has been stopped my product breaks as I have > described, and it needs to be added again. I have tried with "Restart" > in the Zope panel and actually stopping the Zope service on the server > and starting it again. Ouch! I am not sure about what caused this. My guess is that Zope or ZODB cannot unpickle connection object. I am not sure if it is possible to fix the problem. This is probably that "pickle problem" - SQLObject tables are essentially non-picklable, I am afraid. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |