Michael Long wrote:
I have recently installed Zope 2.7.0-b2 on windows XP and am getting the same error message as 2.7.0-b1 when starting zope. Is this truly an error message or just informational?
2003-09-05T11:37:23 BLATHER(-100) ZODB Commiting subtransaction of size 5382 Traceback (most recent call last): File "C:\Program Files\Zope-2.7.0-b2\lib\python\Zope\App\startup.py", line 52, in startup m=imp.find_module('custom_zodb',[getConfiguration().instancehome]) ImportError: No module named custom_zodb Traceback (most recent call last): File "C:\Program Files\Zope-2.7.0-b2\lib\python\Zope\App\startup.py", line 52, in startup m=imp.find_module('custom_zodb',[getConfiguration().instancehome]) ImportError: No module named custom_zodb
Try adding objects to your Zope, if that works and they stick around even after you restart Zope, then this isn't so much of a problem. However, it's nasty, and I suspect you find you may not be able to store objects to disk, so this does need fixing :-( Please file on http://collector.zope.org cheers, Chris