Reproducing
Steps:
- Create python venv. Tested with Python 3.13.7 on my linux/firefox
- pip install as per the README instructions
- run the example
Then
python -m venv .venv
pip install "trame-vtklocal[vtk]"
python examples/vtk/lut.py
Results
Python console:
JS Error => No interactor found for render window with identifier: 1
JS Error => Interactor class vtkWebAssemblyOpenGLRenderWindow is not recognized!
JS Error => Could not startEventLoop for 1
Full browser console log:
console-export-vtklocal-lut.log
Any tips/ideas @jourdain @jspanchu ?