> On 9 Jan 2015, at 03:30, Matt Wette <mwe...@alumni.caltech.edu> wrote: > > > On Jan 7, 2015, at 5:00 PM, Matt Wette <mwe...@alumni.caltech.edu> wrote: >> PyQt does not recompile Python in C++ so there must be some way to do it w/o >> recompiling python (=> guile). > > I looked into PyQt a bit. Only recent versions of Qt have exceptions. The > bulk of the code is exception free.
If one is using the standard C++ library, it may throw exceptions. > Also, PyQt uses a tool called "sip" to generate wrappers for the C++ code to > be integrated into Python. Check if it has a try-catch clause.