<div dir="ltr"><div>Hello.</div><div><br></div><div>I have compiled ParaView 4.3.1 for offscreen rendering (Catalyst + CodeSaturne). Thanks for suggestions how to do it properly. But when I run calculation in CodeSaturne with co-processing enabled an error occures:</div><div><span style="color:rgb(191,0,0)">Traceback (most recent call last):<br>File "", line 104, in<br>File "Catalyst.py", line 3, in<br>from paraview import coprocessing<br>File "/Programs/ParaView-4.3.1/build-catalyst/lib/site-packages/paraview/simple.py", line 40, in<br>import lookuptable<br>File "/Programs/ParaView-4.3.1/build-catalyst/lib/site-packages/paraview/lookuptable.py", line 21, in<br>from math import sqrt<br>ImportError: /usr/lib64/python2.6/lib-dynload/mathmodule.so: undefined symbol: PyExc_ValueError</span></div><div><span style="color:rgb(191,0,0)"></span>Here we see that execution of Catalyst.py (created with "usual" ParaView 4.3.1 build) starts, then some ParaView scripts start, but when importing <strong>sqrt</strong> function from <strong>math</strong> module in "<font color="#bf0000">lookuptable.py</font>" the error occures because symbol "<font color="#bf0000">PyExc_ValueError</font>" is "not seen" for some reason. I asked this question on Saturne forume and was given a suggestion to set some paths, but it didn't help. I searched the Internet for this error and found this info:</div><div><a href="https://bugzilla.redhat.com/show_bug.cgi?id=874874">https://bugzilla.redhat.com/show_bug.cgi?id=874874</a></div><div>I use CentOS 6.5 that, as I know, is very similar to RedHat 6.5 and uses the same version numbering. Is this problem relevant to my case? How can I solve it?</div><div><br></div><div>CMakeCache.txt and Makefile used to build "catalyst edition" of ParaView 4.3.1 is in attached archive.</div><div><br></div><div>Thanks.</div></div>