Re: [Zope-dev] Zope 2.12: mkzopeinstance, runzope and zopectl - a small proposal

2009-08-10 Thread yuppie
Hi Chris! Chris Withers wrote: yuppie wrote: SOFTWARE_HOME no longer exist in Zope 2.12, all the software is now somewhere on sys.path. So this no longer works in zopectl: ZDCTL=$SOFTWARE_HOME/Zope2/Startup/zopectl.py exec $PYTHON $ZDCTL -C $CONFIG_FILE $@ I wish we could just bless

[Zope-dev] Zope Tests: 7 OK

2009-08-10 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Aug 9 12:00:00 2009 UTC to Mon Aug 10 12:00:00 2009 UTC. There were 7 messages: 7 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.10 Python-2.4.6 : Linux From: Zope Tests Date: Sun Aug 9 20:52:58 EDT 2009 URL:

[Zope-dev] Broken Objects in BtreeFolder

2009-08-10 Thread Patrick Gerken
Hi, we had all kinds of funny behaviour that all was rooted in a bad object in a BTreeFolder. When calling folder.objectIds() I get the id of the object in question, when I call folder[object_id] I get a Key Error. Stepping into the code with the debugger, it looked like the Tree stores the

Re: [Zope] Getting Zope code to output to event.log

2009-08-10 Thread Ken Winter
Andrew Chris ~ Thanks, but it still doesn't work for me. See details of what happened when I tried each of your suggestions below. ~ Ken -Original Message- From: Andrew Milton [mailto:a...@theinternet.com.au] Sent: Wednesday, August 05, 2009 6:47 PM To: Ken Winter Cc: 'Andrew

Re: [Zope] Getting Zope code to output to event.log

2009-08-10 Thread Andrew Milton
+---[ Ken Winter ]-- | Andrew Chris ~ | | Thanks, but it still doesn't work for me. See details of what happened when | I tried each of your suggestions below. [snip] | | You can also try changing logger.info to logger.warn or logger.error | | | Next, I tried

Re: [Zope] Getting Zope code to output to event.log

2009-08-10 Thread Ken Winter
I do have write access to the Zope files I'm =editing, as I can see the updated timestamp change when I save them. However, I do notice that there are NO .pyc files in the directories that contain the files that I am editing. I'm way out of my depth here: Does the lack of .pyc files mean that

Re: [Zope] Getting Zope code to output to event.log

2009-08-10 Thread Andrew Milton
+---[ Ken Winter ]-- | I do have write access to the Zope files I'm =editing, as I can see the | updated timestamp change when I save them. But Zope might not... | | However, I do notice that there are NO .pyc files in the directories that | contain the files that I am

Re: [Zope] Getting Zope code to output to event.log

2009-08-10 Thread Ken Winter
Eureka! Yes, I was editing the unpacked source, which is in a directory named: /home/dhat/webapps/instance3/Zope-2.9.8-final.install At your suggestion, I found this in zopectl: @set ZOPE_HOME=/home/dhat/webapps/instance3/Zope-2.9.8-final.install @set