I was curious how the Qt event loop works in relation to Python. I'd like to do the following: The first is I'd like to get access to any unhandled exceptions. The second is I'd like to add a file descriptor (from a pipe) into the event loop as well. Any suggestions? --pete