Hi,
I’m testing pywebvue project with Paraview 5.10 rc release.
I have some trouble running Paraview ContourGeometry example:
I have modified the paraview package from debian Testing to ship
accelratedalgorithms plugin:
trophime@XXX:~/github/py-web-vue$ dpkg -L paraview | grep AcceleratedAlgorithms
/usr/lib/x86_64-linux-gnu/paraview-5.10/plugins/AcceleratedAlgorithms
/usr/lib/x86_64-linux-gnu/paraview-5.10/plugins/AcceleratedAlgorithms/AcceleratedAlgorithms.so
But still, I cannot run ContourGeometry example:
trophime@XXX:~/github/py-web-vue$ /usr/bin/pvpython3.9 ./examples/ParaView/ContourGeometry/DynamicLocalRemoteRendering/
app.py template.html
trophime@XXX:~/github/py-web-vue$ /usr/bin/pvpython3.9 ./examples/ParaView/ContourGeometry/DynamicLocalRemoteRendering/app.py
enableModule is deprecated, you should use 'enable_module' instead.
Traceback (most recent call last):
File "/home/LNCMI-G/trophime/github/py-web-vue/./examples/ParaView/ContourGeometry/DynamicLocalRemoteRendering/app.py", line 37, in <module>
simple.LoadDistributedPlugin("AcceleratedAlgorithms", remote=False, ns=globals())
File "/usr/lib/python3/dist-packages/paraview/simple.py", line 2304, in LoadDistributedPlugin
raise RuntimeError ("Plugin '%s' not found" % pluginname)
RuntimeError: Plugin 'AcceleratedAlgorithms' not found
What’s wrong with my settings?
Do I miss some point?
Thanks for your help
Best