Re: [Zope3-dev] Zope3 and ZEO

2005-09-08 Thread Tim Peters
[Uwe Oestermeier]
 I dedected another problem: bin/runzeo  doesn't start ZEO.
 This script calls ZEO/runzeo.py which has a main function but no

 if __name__ == __main__ :
main()

 at the end.

There are two instances of runzeo, one in Zope3's bin/ directory (at
least in a Zope3 checkout), and another in the bin/ directory of a ZEO
instance created by mkzeoinstance.  The first one worked, so I figure
you're talking about the second one here (which indeed did not work).

There are also two instances of zeoctl (in the same two bin/
directories as above), and turns out neither of those worked.

 Has this already been fixed in the mentioned internal branch?

Fred and I fixed the one broken runzeo instance, and both broken
zeoctl instances, yesterday.  These fixes are in current Zope3 trunk
and 3.1 branch.

Thanks for trying this!
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Zope3 and ZEO

2005-09-07 Thread Uwe Oestermeier
Tim Peters wrote:
Zope3 3.1's
bin/mkzeoinstance seems to work now, 

I dedected another problem: bin/runzeo  doesn't start ZEO.
This script calls ZEO/runzeo.py which has a main function but no

if __name__ == __main__ :
main()

at the end. Has this already been fixed in the mentioned internal branch?

Uwe




___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Zope3 and ZEO

2005-09-07 Thread Fred Drake
On 9/7/05, Uwe Oestermeier [EMAIL PROTECTED] wrote:
 I dedected another problem: bin/runzeo  doesn't start ZEO.
 This script calls ZEO/runzeo.py which has a main function but no
 
 if __name__ == __main__ :
 main()
 
 at the end. Has this already been fixed in the mentioned internal branch?

runzeo runs ZEO as a foreground process.  To control ZEO as a
background process, use zeoctl.

Yes, we need more documentation for these.


  -Fred

-- 
Fred L. Drake, Jr.fdrake at gmail.com
Zope Corporation
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Zope3 and ZEO

2005-09-06 Thread Uwe Oestermeier
Hello,

today I downloaded the Zope-3.1.0c2 release candidate and played a little
bit with it.

I noticed that the bin/mkzeoinstance script is broken and returns

Traceback (most recent call last):
  File ./mkzeoinstance, line 40, in ?
from ZEO.mkzeoinst import ZEOInstanceBuilder

I found no hint how Zope3.1 can be run with ZEO instead. 

Besides that the README.txt contains still references to Zope-3.0.0 and a
XXX to be written under Starting Zope

Shouldn't that be fixed before the final release is out?

Regards,
Uwe

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com