Hello, 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).
Can anyone give me a hint in solving this? Best regards, Lukas -- http://mail.python.org/mailman/listinfo/python-list