I am still struggling with the error ‘no module named paraview’ in visual studio code. I am also trying to follow the tutorial ‘quick-start’.
At the beginning, the tutorial says
“To start interacting with the Server Manager, you have to load the “simple” module. This module can be loaded from any python interpreter as long as the necessary files are in PYTHONPATH. These files are the shared libraries located in the paraview binary directory and python modules in the paraview directory: paraview/simple.py, paraview/vtk.py etc.”
Here I have questions. Does ‘binary directory’ mean ‘C:\Program Files\ParaView 5.12.0\bin’ ? And what does ‘paraview directory’ mean? I am asking this since I could not find those files ‘simple.py’, and ‘vtk.py’. Please help me to find something I missed.