Using Enthought Canopy v1.4 on Mac (Mavericks) I have Canopy setup as my default Python environment.
Whenever I try to call mlab.show()
or mlab.savefig()
it fails with:
This program needs access to the screen.
Please run with a Framework build of python, and only when you are
logged in on the main display of your Mac.
Python is loaded from ~/Library/Enthought/Canopy_64Bit/System/Python
which is a symlink to Applications/Canopy/appdata/canopy-1.4.0.1938.macosx-x86_64/Canopy/Contents/Python
Is there any way I can keep using Canopy (for its easy install of Mayavi/mlab) and use a Framework build of python for Terminal use?