Comment 3 for bug 241352

Revision history for this message
Hayden Callow (hayden-callow) wrote :

Is mayavi2 ok with wx2.8?

>>> import wx
>>> wx.version()
 '2.8.7.1 (gtk2-unicode)'

mayavi2 2>stderr.log
cat stderr.log

/var/lib/python-support/python2.5/vtk/wx/wxVTKRenderWindow.py:79: DeprecationWarning: The wxPython compatibility package is no longer automatically generated or actively maintained. Please switch to the wx package as soon as possible.
  from wxPython.wx import *

ETS log mentioned above attached

Removing wx2.8 (with wx2.6 installed in parallel) appears to give working mayavi2

>>> import wx
>>> wx.__version__
'2.6.3.2'