<div dir="ltr">Hi Amit,<div><br></div><div>inside pvpython you should do the following</div><div><br></div><div>from paraview.simple import *</div><div>LoadDistributedPlugin('H5PartReader', ns=globals())<br></div><div><br></div><div>Then you should be good.</div><div><br></div><div>Seb</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 21, 2015 at 12:36 PM, Amit Goel <span dir="ltr"><<a href="mailto:Amit.Goel@ucf.edu" target="_blank">Amit.Goel@ucf.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word">
 I used GUI to generate a python script from the actions of visualizing and h5part file. From GUI I can see the visualization, but when I use pvpython, this is the error I get:
<div><br>
</div>
<div><br>
</div>
<div>
<div style="margin:0px;font-size:11px;font-family:Menlo">fluid:~ armando$ /Applications/ArmandoApps/paraview.app/Contents/bin/pvpython</div>
<div style="margin:0px;font-size:11px;font-family:Menlo">Python 2.7.10 (default, Jul 14 2015, 19:46:27) </div>
<div style="margin:0px;font-size:11px;font-family:Menlo">[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin</div>
<div style="margin:0px;font-size:11px;font-family:Menlo">Type "help", "copyright", "credits" or "license" for more information.</div>
<div style="margin:0px;font-size:11px;font-family:Menlo">>>> armandoh5part = H5PartReader(FileName='/Users/—-snip--/accretionsim/build/armando.h5part')</div>
<div style="margin:0px;font-size:11px;font-family:Menlo">Traceback (most recent call last):</div>
<div style="margin:0px;font-size:11px;font-family:Menlo">  File "<stdin>", line 1, in <module></div>
<div style="margin:0px;font-size:11px;font-family:Menlo">NameError: name 'H5PartReader' is not defined</div>
</div>
<div style="margin:0px;font-size:11px;font-family:Menlo"><br>
</div>
<div style="margin:0px;font-size:11px;font-family:Menlo">The H5Part plugin is enabled in GUI, thats how I was able to visualize and generate the script.</div>
<div style="margin:0px;font-size:11px;font-family:Menlo"><br>
</div>
<div style="margin:0px;font-size:11px;font-family:Menlo">Do I have to load the plugin in pvpython ? If yes then how can I do that ?</div>
<div style="margin:0px;font-size:11px;font-family:Menlo"><br>
</div>
<div style="margin:0px;font-size:11px;font-family:Menlo">Regards</div><span class="HOEnZb"><font color="#888888">
<div style="margin:0px;font-size:11px;font-family:Menlo"><br>
</div>
<div style="margin:0px;font-size:11px;font-family:Menlo">Amit</div>
<div style="margin:0px;font-size:11px;font-family:Menlo"><br>
</div>
</font></span></div>

<br>_______________________________________________<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/opensource/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/ParaView</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=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/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>