compiler errors - What is a Framework build of Python? -


so i'm testing out spy library in anaconda's spyder, , have run strange error:

systemexit: program needs access screen. please run framework build of python, , when logged in on main display of mac.

this happens when try call view_cube command spectral python (spy), requires wxpython.

i have feeling related spyder's displaying of images generated program in onboard console, instead of in independent windows.

how can fix error, , there way tell spyder display images in own windows? can run "framework build" within spyder?

edit: able display resulting images in separate windows going preferences > ipython console > graphics, , setting backend mac osx. however, error when trying run view_cube command still persists...

i expect you're using system version of python comes installed on mac default, isn't framework build.

you'll want install version of python python.org framework builds. expect you'll want latest version of python 2. have install dependancies again against new python install.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -