<div dir="ltr"><div><div><div><div>Hi Yvan,<br><br></div><div>I just tried doing something similar with my build of the latest git revision of PV and didn't have any problems with exporting.<br></div><div><br></div>Could you try running paraview with the "-dr" flag to disable your registry? Maybe something in there is causing problems. <br><br></div>If that doesn't fix the issue, could you share a sample data set along with all of the steps that you go through so that I can try and replicate it?<br><br></div>Thanks,<br></div>Andy<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 3, 2016 at 11:03 AM, Yvan Fournier <span dir="ltr"><<a href="mailto:yvan.fournier@free.fr" target="_blank">yvan.fournier@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
When trying to generate a coprocessing script with ParaView 5.2.0-RC3-<br>
14-gc56cebd (based on rather simple EnSight data), I have the following<br>
error:<br>
<br>
<br>
Traceback (most recent call last):<br>
  File "<string>", line 1, in <module><br>
  File "/home/yvan/opt/paraview-5.2/<wbr>lib/paraview-5.2/site-<br>
packages/paraview/cpexport.py"<wbr>, line 75, in <module><br>
    from paraview import cpstate<br>
  File "/home/yvan/opt/paraview-5.2/<wbr>lib/paraview-5.2/site-<br>
packages/paraview/cpstate.py", line 13, in <module><br>
    from paraview import smtrace, smstate, servermanager<br>
  File "/home/yvan/opt/paraview-5.2/<wbr>lib/paraview-5.2/site-<br>
packages/paraview/smtrace.py", line 68, in <module><br>
    import paraview.servermanager as sm<br>
  File "/home/yvan/opt/paraview-5.2/<wbr>lib/paraview-5.2/site-<br>
packages/paraview/<wbr>servermanager.py", line 53, in <module><br>
    from paraview import vtk<br>
  File "/home/yvan/opt/paraview-5.2/<wbr>lib/paraview-5.2/site-<br>
packages/paraview/vtk/__init__<wbr>.py", line 7, in <module><br>
    from paraview.vtk.vtkCommonCore import *<br>
  File "/home/yvan/opt/paraview-5.2/<wbr>lib/paraview-5.2/site-<br>
packages/paraview/vtk/<wbr>vtkCommonCore.py", line 9, in <module><br>
    from vtkCommonCorePython import *<br>
ImportError: No module named vtkCommonCorePython<br>
Error: Could not import vtkCommonComputationalGeometry<br>
<br>
I had the same error with an earlier RC1 version, while I had never<br>
encountered this issue before (upgrading my ParaView build from master<br>
every few weeks, and using the Coprocessing generator plugin on and off<br>
for the last 2 years or more).<br>
<br>
Is it something with my build, or have others encountered this issue ?<br>
<br>
All of PARAVIEW_ENABLE_PYTHON, PARAVIEW_ENABLE_CATALYST, and<br>
PARAVIEW_USE_MPI are enabled in my builds.<br>
<br>
Best regards,<br>
<br>
  Yvan Fournier<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>