Re: Re: corruption

Georg Bauer <gb-BRhJDZTO+/[email protected]> Mon, 12 Apr 2004 12:51:40 +0200
Newsgroups gmane.comp.python.pyds.user
Message-ID <[email protected]>
Hi!

> Installing signal handlers

That's in PyDS/Server.py

> found nothing more than a few posts that i mention the word signal in. 
>   Wtf is wrong with this?  what .data file could be looking for a 
> signal.py (from an old version i assme).

Data files don't look for signal.py, Python code does. It's the python 
code that set's signal handlers in PyDS/Server.py - a function called 
install_handlers. It is called if your PyDS installation is started as 
a daemon. So it is never called when you start with pyds-start -f.

bye, Georg