Embedding mayaVI within wxPython
问题 UPDATE: I've placed print commands within the code to isolate the moment of error. The output for the below code is a b c d . I ended up switching to pyqt/pyside using the alternative code provided, but please let me know if I can help in any other way from my current setup in debugging this issue. from numpy import ogrid, sin from traits.api import HasTraits, Instance from traitsui.api import View, Item from mayavi.sources.api import ArraySource from mayavi.modules.api import IsoSurface from