Hello,
I am trying to make a python project in VS code which uses functions in pvpython.
I have tried the following code, but it still gives an error ‘No module named ‘paraview’’.
=================
sys.path.append('C:\\Program Files\\ParaView 5.12.0\\bin')
#import paraview
from paraview.simple import *
=================================
I would like to ask you how to use pvpython functions from external compilers like VS code.
Thank you.