<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>Hi everyone,</div>
<div><br>
</div>
<div>I could successfully build and run (to some extend) PVSB 5.2 (thanks Andy and Chuck for your help!) but I have now noticed an issue with the installation of the PVSB project. <span style="font-size: 12pt;"> Concretely, "make install" in the PVSB 5.2 build
 directory does not install properly all the expected modules and plugins (SurfaceLIC.so being a good example). </span></div>
<div> </div>
<div>All plugins are correctly built and available in my build directory "my_build_directory/install/lib/paraview-5.2" (for instance libSurfaceLIC.so)</div>
<div>However, there are missing in my install directory "my_install_directory/lib/paraview-5.2" after "make install".</div>
<div><br>
</div>
<div>When I connect the pvserver located in "my_install_directory/bin/pvserver" to my client, only one plugin is present in the plugin manager
<span>on the remote side </span>under the tools tab, whereas the client include the usual list. The same operation using the pvserver located in "my_build_directory/install/bin/pvserver" shows all expected plugins on both the client and server side.</div>
<div><br>
</div>
<div>Andy proposed to run a small test which illustrates further the issue with a missing module:</div>
<div><br>
</div>
<div>> cat test.py</div>
<div>from paraview.simple import *</div>
<div>w = Wavelet()</div>
<div>Show()</div>
<div>Render()</div>
<div><br>
</div>
<div>> mpirun -np 2 my_build_directory/install/bin/pvbatch -display :0.0 test.py </div>
<div><br>
</div>
<div>returns normally whereas pvbatch from the install directory returns this error:</div>
<div><br>
</div>
<div>> mpirun -np 2 my_install_directory/bin/pvbatch -display :0.0  test.py </div>
<div>Error: Could not import vtkCommonComputationalGeometry</div>
<div>Traceback (most recent call last):</div>
<div>  File "test.py", line 1, in <module></div>
<div>    from paraview.simple import *</div>
<div>  File "<span>my_install_directory</span>/lib/python2.7/site-packages/paraview/simple.py", line 43, in <module></div>
<div>    from paraview import servermanager</div>
<div>  File "<span>my_install_directory</span>/lib/python2.7/site-packages/paraview/servermanager.py", line 53, in <module></div>
<div>    from paraview import vtk</div>
<div>  File "<span>my_install_directory</span>/lib/python2.7/site-packages/paraview/vtk/__init__.py", line 7, in <module></div>
<div>    from paraview.vtk.vtkCommonCore import *</div>
<div>  File "/<span>my_install_directory</span>/lib/python2.7/site-packages/paraview/vtk/vtkCommonCore.py", line 9, in <module></div>
<div>    from vtkCommonCorePython import *</div>
<div>ImportError: No module named vtkCommonCorePython</div>
<div><br>
</div>
<div>The current sha key of my PVSB 5.2 source directory is 4ec37480a6f1ad39c9aa3168c2f0e6a1b0147b16 (Jan 31).</div>
<div>Please let me know if I am missing something here.</div>
<div>Note also that this "make install" issue is not present for the PV 5.2 project but only for the PVSB 5.2 project.</div>
<div><br>
</div>
<div>Thank you for your help.</div>
<div><br>
</div>
<div>Best regards,</div>
<div><br>
</div>
<div>Michel</div>
<div><br>
</div>
<br>
<p></p>
</div>
</body>
</html>