enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.28k stars 282 forks source link

I have encounter an error with ivtk.IVTKWithCrustAndBrowser #1278

Open biyeqie opened 9 months ago

biyeqie commented 9 months ago

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,

屏幕截图 2023-09-25 155755

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.