[Zope] ZEO

Dieter Maurer dieter@handshake.de
Fri, 24 Nov 2000 21:37:44 +0100 (CET)


Anderson Ami writes:
 > I´m trying install the ZEO in my Zope ( Windows NT System ) and when I use
 > this command :
 >   python ..\lib\python\ZEO\start.py -p 8800
 > to start the ZEO I get this :
 > 
 > Traceback (innermost last):
 >   File "..\lib\python\ZEO\start.py", line 304, in ?
 >     if __name__=='__main__': main(sys.argv)
 >   File "..\lib\python\ZEO\start.py", line 286, in main
 >     signal.signal(signal.SIGHUP, handler)
 > AttributeError: SIGHUP
ZEO might not yet be NT ready:

  When I remember right, NT only implements a small set
  of the standard POSIX signals (at least, if it does
  not run in POSIX mode).
  It might well be, that the signal SIGHUP (hangup)
  is not implemented, at least that Python does
  not expect it to be always there.


Dieter