On Jan 7, 2015, at 5:00 PM, Matt Wette <[email protected]> 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. Also, PyQt uses a tool called "sip" to generate wrappers for the C++ code to be integrated into Python.
