<div dir="ltr"><span style="font-size:12.8px">you need to provide your globals to LoadPlugin, so it can add </span><span style="color:rgb(255,0,0);font-family:Courier;font-size:12px">H5PartReader</span><span style="font-size:12.8px"> into the main scope.</span><br><div><span style="font-size:12.8px">Otherwise, you will need to use the full path which should be something along that</span></div><div><span style="font-size:12.8px"><br></span></div><div>
<p style="margin:0px"><span style="font-family:Courier;font-size:13pt;color:rgb(0,0,0)">servermanager.sources.H5PartReader</span></p><p style="margin:0px"><br></p><p style="margin:0px">def LoadPlugin(filename, remote=True, ns=None):</p><p style="margin:0px">    """Loads a ParaView plugin and updates this module with new constructors</p><p style="margin:0px">    if any. The remote argument (default to True) is to specify whether</p><p style="margin:0px">    the plugin will be loaded on client (remote=False) or on server (remote=True).</p><p style="margin:0px">    If you loaded the simple module with from paraview.simple import *,</p><p style="margin:0px">    make sure to pass globals() as an argument::</p><p style="margin:0px"><br></p><p style="margin:0px">        LoadPlugin("myplugin", False, globals()) # to load on client</p><p style="margin:0px">        LoadPlugin("myplugin", True, globals())  # to load on server</p><p style="margin:0px">        LoadPlugin("myplugin", ns=globals())     # to load on server</p><p style="margin:0px"><br></p><p style="margin:0px">    Otherwise, the new functions will not appear in the global namespace."""</p><div><br></div><p style="margin:0px"> </p></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 12, 2016 at 6:15 AM, 曹智选 <span dir="ltr"><<a href="mailto:hitcaozx@gmail.com" target="_blank">hitcaozx@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">No, I have this in the scripts. <br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2016-08-11 19:52 GMT-04:00 Sebastien Jourdain <span dir="ltr"><<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.<wbr>com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Are you missing?<div><br></div><div>from paraview.simple import *</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Thu, Aug 11, 2016 at 4:10 PM, 曹智选 <span dir="ltr"><<a href="mailto:hitcaozx@gmail.com" target="_blank">hitcaozx@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><div><div><div>Hi,<br></div>I am trying to write a python scripts to "visualize" simulation results. <br><br></div>I need load a plugin through GUI of paraview before opening data. If I first load plugin in the GUI and then run my python scripts through Paraview GUI -> tools ->python shell, it works well. <br>To load plugin in python scrips. I use the trace tool of paraview found that the function to load plugin is: <br>LoadPlugin('/rohit1/data/users<wbr>/zhixuanc/Soft/ParaView-4.3.1-<wbr>Linux-64bit/lib/paraview-4.3/l<wbr>ibH5PartReader.so', remote=False). <br><br>Instead of load plugin manually through GUI, I put this command at the very beginning of the existing python scripts and run the scripts through Paraview GUI -> tools ->python shell. But I got an error message and it does not work:<br>

<p style="margin:0px;text-indent:0px"><span style="font-family:"Courier";font-size:9pt;color:rgb(255,0,0)"> Plot[plotname] = H5PartReader(FileName=maindire<wbr>ctory+subdirectory+name)</span></p>
<p style="margin:0px;text-indent:0px"><span style="font-family:"Courier";font-size:9pt;color:rgb(255,0,0)">NameError: global name 'H5PartReader' is not defined</span></p><br></div><div>But when I go to Paraview GUI -> tools -> Manage Plugins, it shows that the required plugin is loaded. <br><br></div><div>I am not sure what's wrong and how to fix this issue. <br><br></div><div>Could anybody give me any advice on it? <br><br><br><br></div></div>
<br></div></div>______________________________<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/opensou<wbr>rce/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/ParaV<wbr>iew</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/mail<wbr>man/listinfo/paraview</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>