ParaView w/ Python 3 on Mac - when?

pvpython is just python with the correct PYTHONPATH and LD_LIBRARY_PATH passed in. Using a separate executable spares the user of knowing where the python modules and libraries are in the ParaView install or build hierarchy.
There is another more subtle differences because python has all functionality built in while pvpython accesses the python functionality through dynamic libraries but it would work the same most of the time.

1 Like