24 Nov
2000
24 Nov
'00
8:37 p.m.
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
9264
Age (days ago)
9264
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer