Not able to load OpenFOAM paraview reader PVFoamReader when using pvbatch or pvpython

So I created a MyScriptFile.py file with the help of trace option in Paraview. I can run them in pyhton shell in paraview but not when I want to use pvphyton MyScriptFile.py . So how can I automate this process if I must write the

LD_PRELOAD=/opt/paraviewopenfoam54/lib/paraview-5.4/libvtkpqCore-pv5.4.so.1 /opt/paraviewopenfoam54/bin/pvpython .

After pyhton interference opened I copied my script file inside of it and it works but like I said how can I use it in a way that I can run multiple times with a script?

Your help is very appreciated since I’m beginner. Thanks in advance.

LD_PRELOAD=/opt/paraviewopenfoam54/lib/paraview-5.4/libvtkpqCore-pv5.4.so.1 /opt/paraviewopenfoam54/bin/pvpython /path/to/MyScriptFile.py

Thanks for your Help Mathieu. Now it works.

Hello, mwestphal

I have same trouble in my case. It seems that your solution must be helpful. However, problem is that version of paraview I am using now is v5.6, not v5.4. I try to do it by just changing the number but it seems that there is some change on new version.

If possible, could you help me do this on new version of paraview

please create you own post.