This seems to be the problem here by default. Python sets up handlers for SIGINT and SIGTERM that raise exceptions. If you still get a signal while executing some Pyro compilers, an exception occurs and it goes looking for the corresponding except clause, not ending with what it does, if you then try to use Pyro again, for example, in the / finally exception, you can get Problems. In my case, he sent some messages, finally, to the log via a queue that was proxied to another process using Pyro.
source
share