Hi all.
I was just wondering what the status of mayavi is? I'm on macOS using homebrew and things are not smooth here...
I’m struggling to get my old scripts going (some simple plotting using mayavi) on a current Mac 10.12 setup.
I use homebrew for managing my packages and work with homebrew-python 2.7.
Anyone out there with a current howto to help me get things going? Is there a current HOWTO to set things up without Anaconda?
It seems, that recently homebrew moved from vtk7 to vtk8 and also depreciated Qt4 (I thus want/ haveto to use wx). Using the vtk8 formula mayavi, traitsui et al. complain about a version mismatch...
Vtk was removed from homebrew-science and thus I looked elsewhere...
ETS_TOOLKIT=wx is set.
I can run my script but it stalls after
> from mayavi import mlab
and if execute the script with verbose mode the last lines are:
# /usr/local/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_misc.pyc matches /usr/local/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_misc.py
import wx._misc # precompiled from /usr/local/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_misc.pyc
# trying /usr/local/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_misc_.so
dlopen("/usr/local/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_misc_.so", 2);
import wx._misc_ # dynamically loaded from /usr/local/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_misc_.so
# trying /usr/local/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/signal.so
# trying /usr/local/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/signalmodule.so
# trying /usr/local/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/signal.py
# trying /usr/local/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/signal.pyc
Anyone know what’s going on?
Anaconda is not an option for me at the moment unfortunately.
Thanks,
C