pyro 2.3 remote.py windows fix.

Syver Enstad syver-en+usenet at online.no
Sun Dec 30 07:39:56 EST 2001


Due to weak support for the signals module under windows, I'll have to
comment out two lines from remote.py that is provided in the
quickstart example for Pyro 2.2 and 2.3 as these are not defined in
the windows version of the signal module (python 2.1.1).

signal.signal(signal.SIGINT, interrupt)
#signal.signal(signal.SIGHUP, interrupt)
#signal.signal(signal.SIGQUIT, interrupt)


-- 

Vennlig hilsen 

Syver Enstad



More information about the Python-list mailing list