Hi,
I’ve been recreating the examples given here: web-project-templates/vue-vtkjs-pvw-template at master · Kitware/web-project-templates · GitHub with React and using Paraview (pvpython) as a server.
However, yesterday I wanted to try and use the VTK (vtkpython) example and I got the following errors:
from wslink import server
ModuleNotFoundError: No module named 'wslink'
I don’t get any errors when using pvpython. I installed VTK with brew (macos). What am I doing wrong here?
Thank you.