I have encounter an error with ivtk.IVTKWithCrustAndBrowser
biyeqie opened this issue · 0 comments
biyeqie commented
When I trying to generate a ivtk GUI interface by:
from tvtk.tools import ivtk
win = ivtk.IVTKWithCrustAndBrowser()
win.open()
a blank window pop out,
which is quite similar with the issue #734 .
I am sorry it is a dump question, but I can't solve it by myself after I search in the Internet, please help!
here is my pip list in Win11:
python 3.10.7
mayavi 4.8.1
numpy 1.26.0
pyface 8.0.0
PyQt5 5.15.9
traits 6.4.2
traitsui 8.0.0
vtk 9.2.6
I have tried different versions of these packages, but nothing helps.