

So now I am able to run and debug in the Spyder Python GUI. In Fusion360, I have clicked "Scripts and Add-ins" and selected my script and clicked "Edit". Sys.path = '/usr/local/lib/python2.7/site-packages' # 3) almost works, but python crashes importing numpy #np = imp.load_module('numpy', f, filename, desc) #f, filename, desc = imp.find_module('numpy', )
Here's my test script I am loading into Fusion360:

I've read over this previous forum and it helped me to get going, but now I'm getting an import failure when I try to import numpy. Type "help", "copyright", "credits" or "license" for more information. And from my Mac console python command line, I can import numpy successfully, I have a Mac with Python 2.7 which has the numpy module installed in /usr/local/lib/python2.7/site-packages. I have a python script where I want to import functions from numpy to use in fusion360.
