Python matplotlib import dll error when launched from JMP
I have a python script that imports pyplot from matplotlib. When I run this python script in any situation outside of JMP (from within Spyder IDE or just via windows command line), it runs just fine. But when I launch it using JMP's Run Program functionality, or even just with OPEN, it has an import error (see below). I've narrowed the import error down top ft2font from matplotlib and I can replic...