[Paraview] Possible regression ? Error when generating Coprocessing script

Andy Bauer andy.bauer at kitware.com
Thu Nov 3 11:18:10 EDT 2016


Hi Yvan,

I just tried doing something similar with my build of the latest git
revision of PV and didn't have any problems with exporting.

Could you try running paraview with the "-dr" flag to disable your
registry? Maybe something in there is causing problems.

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?

Thanks,
Andy

On Thu, Nov 3, 2016 at 11:03 AM, Yvan Fournier <yvan.fournier at free.fr>
wrote:

> Hello,
>
> When trying to generate a coprocessing script with ParaView 5.2.0-RC3-
> 14-gc56cebd (based on rather simple EnSight data), I have the following
> error:
>
>
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File "/home/yvan/opt/paraview-5.2/lib/paraview-5.2/site-
> packages/paraview/cpexport.py", line 75, in <module>
>     from paraview import cpstate
>   File "/home/yvan/opt/paraview-5.2/lib/paraview-5.2/site-
> packages/paraview/cpstate.py", line 13, in <module>
>     from paraview import smtrace, smstate, servermanager
>   File "/home/yvan/opt/paraview-5.2/lib/paraview-5.2/site-
> packages/paraview/smtrace.py", line 68, in <module>
>     import paraview.servermanager as sm
>   File "/home/yvan/opt/paraview-5.2/lib/paraview-5.2/site-
> packages/paraview/servermanager.py", line 53, in <module>
>     from paraview import vtk
>   File "/home/yvan/opt/paraview-5.2/lib/paraview-5.2/site-
> packages/paraview/vtk/__init__.py", line 7, in <module>
>     from paraview.vtk.vtkCommonCore import *
>   File "/home/yvan/opt/paraview-5.2/lib/paraview-5.2/site-
> packages/paraview/vtk/vtkCommonCore.py", line 9, in <module>
>     from vtkCommonCorePython import *
> ImportError: No module named vtkCommonCorePython
> Error: Could not import vtkCommonComputationalGeometry
>
> I had the same error with an earlier RC1 version, while I had never
> encountered this issue before (upgrading my ParaView build from master
> every few weeks, and using the Coprocessing generator plugin on and off
> for the last 2 years or more).
>
> Is it something with my build, or have others encountered this issue ?
>
> All of PARAVIEW_ENABLE_PYTHON, PARAVIEW_ENABLE_CATALYST, and
> PARAVIEW_USE_MPI are enabled in my builds.
>
> Best regards,
>
>   Yvan Fournier
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20161103/01ee6c57/attachment.html>


More information about the ParaView mailing list