I should mention that to test, call the function do_raise in the &#39;raiser&#39; module. You should then see that there is an uncaught C++ exception.<div><br></div><div>Arve<br><br><div class="gmail_quote">On Mon, Sep 21, 2009 at 6:40 PM, Arve Knudsen <span dir="ltr">&lt;<a href="mailto:arve.knudsen@gmail.com">arve.knudsen@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi<br><br>I have run into this problem where a C++ exception is not correctly translated into Python on Linux (it works under VC++ on Windows). The exception is apparently not caught as it should, but looking at the SIP-generated sourcecode I cannot see why (there is a try/catch block for the exception). Any ideas as to what might be going wrong here? I have tried std::exception instead of my custom exception, and this gets translated correctly to Python.<br>

<br>Attached I have a simple library &#39;raiser&#39;, which is wrapped by the Python module &#39;raiser&#39;. In order to build it, first build a shared library from &#39;raiser.cpp&#39;, then run &#39;configure.py&#39; and make.<br>

<br>Thanks,<br><font color="#888888">Arve<br>
</font></blockquote></div><br></div>