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:
fluid:~ armando$ /Applications/ArmandoApps/paraview.app/Contents/bin/pvpython Python 2.7.10 (default, Jul 14 2015, 19:46:27) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> armandoh5part = >>> H5PartReader(FileName='/Users/—-snip--/accretionsim/build/armando.h5part') Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'H5PartReader' is not defined The H5Part plugin is enabled in GUI, thats how I was able to visualize and generate the script. Do I have to load the plugin in pvpython ? If yes then how can I do that ? Regards Amit
_______________________________________________ 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 Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
