<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
mind sharing a complete example?<br>
<br>
<div class="moz-cite-prefix">On 04/16/2014 07:24 AM, Joe Borġ wrote:<br>
</div>
<blockquote
cite="mid:CAFFYk1XL8qC0jPCd531=pSs5xUD2tWcnqzE0_oEbH1tDUYu1SA@mail.gmail.com"
type="cite">
<div dir="ltr">
<table class="">
<tbody>
<tr class="" valign="top">
<td class=""><br>
</td>
<td class="" colspan="5"> Create a Python file with the
following commands:<br>
<br>
from paraview.simple import *<br>
<br>
print 'Loading on server...'<br>
LoadPlugin('/opt/ParaView/ParaView-4.1.0-Linux-64bit/lib/paraview-4.1/libSurfaceLIC.so',
True, globals())<br>
print '...loaded.'<br>
print 'Loading on client...'<br>
LoadPlugin('/opt/ParaView/ParaView-4.1.0-Linux-64bit/lib/paraview-4.1/libSurfaceLIC.so',
False, globals())<br>
print '...loaded.<br>
<br>
And then run it to see:<br>
<br>
$ pvbatch pv_lic_plugin_test.py<br>
Loading on server...<br>
...loaded.<br>
Loading on client...<br>
Segmentation fault (core dumped)<br>
<br>
It doesn't work the other way around, either.<br>
<br>
Thanks,<br>
Joe<br>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>
Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>
Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>
Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a>
</pre>
</blockquote>
<br>
</body>
</html>