I get the following error in the Spyder console when trying to import mayavi in .py file:
ImportError: No module named mayavi
I tried to implement the method outlined in this post: Mayavi doesn't run from within Spyder: complains about "ValueError: API 'QString' ..."
However:
1) I don't get the same error as in that example
2) I can't change Qt4 to wx, the option is locked
I'd think I don't need to separately install mayavi since Spyder is using the ETS toolkit, or do I?
I am using Spyder 2.3.2 and Python 2.7.8. I tried both on a Mac and Windows machine.