@foadsf It is much easier to get started with Python scripting for ParaView by using the pvpython.exe
program that comes with ParaView. pvpython.exe
is essentially python2.7
with all the needed paths set up in PATH
and PYTHONPATH
. If you don’t want to use pvpython.exe
for some reason, you can at least run it to see what the environment variables should be, though it looks like with @shawn.waldon’s help you got it figured out.
1 Like