Reputation: 125
My PyQt application needs to learn about certain OS events (such as Unix Signals, or Filesystem events). For example, say myReaper (a unix process) will execute myProvider (another Unix process) and waits for for its child to exit. myReaper then want to communicate the exit status to myQtApp.
Has anyone dealt with this type of problem? What do you recommend?
Thanks
Upvotes: 0
Views: 129