mind sharing a complete example?

On 04/16/2014 07:24 AM, Joe Borġ wrote:

        Create a Python file with the following commands:

from paraview.simple import *

print 'Loading on server...'
LoadPlugin('/opt/ParaView/ParaView-4.1.0-Linux-64bit/lib/paraview-4.1/libSurfaceLIC.so', True, globals())
print '...loaded.'
print 'Loading on client...'
LoadPlugin('/opt/ParaView/ParaView-4.1.0-Linux-64bit/lib/paraview-4.1/libSurfaceLIC.so', False, globals())
print '...loaded.

And then run it to see:

$ pvbatch pv_lic_plugin_test.py
Loading on server...
...loaded.
Loading on client...
Segmentation fault (core dumped)

It doesn't work the other way around, either.

Thanks,
Joe



_______________________________________________
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

_______________________________________________
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to