I want to use an external Python 3 interpreter to control Paraview by importing the paraview.simple module on Windows. I have already included the following path to the sys.path
Hi, thank you so much for the reply. I have read this tutorial, but it does not seem to help. What is the difference between the “PYTHONPATH” and “PATH” mentioned in the tutorial. I actually cound not find the “PYTHONPATH” in the Windows environment.
sys.path is where Python looks for imports and such. The PATH environment variable is where the operating system will look for DLLs that need to be loaded.