[EMAIL PROTECTED] writes: > I'm trying to restart a process with the os.kill command. My Problem is > that if the command gets executed, my python script stops working. I > want to SIGHUP a process with the following command: os.kill(pid, > signal.SIGHUP).
That looks right. > Can anyone give me a hint in solving this? Not without knowing what the problem really is. Show us code. Show us a traceback (best) or otherwise provide details about what "stops working" means. <mike -- Mike Meyer <[EMAIL PROTECTED]> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. -- http://mail.python.org/mailman/listinfo/python-list