Home › Forums › Installation › Installing Glade on Mac OS X › Reply To: Installing Glade on Mac OS X
August 27, 2018 at 3:17 am
#2208
Keith
Keymaster
Glade is linked to the system libs for its embedded python :
Keiths-MBP:MacOS keith$ otool -L glade
glade:
/System/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.10)
I believe you can control the framework search path using the env var DYLD_FRAMEWORK_PATH if you want it to pick up a non-standard python framework?
Then the module load path (sys.path) is set using the env var PYTHONPATH.