Updated for new build and plugin paths
diff --git a/Mac/scripts/ConfigurePython.py b/Mac/scripts/ConfigurePython.py
index 4065b84..8fd0a3c 100644
--- a/Mac/scripts/ConfigurePython.py
+++ b/Mac/scripts/ConfigurePython.py
@@ -89,9 +89,9 @@
"""Go to the plugin folder, assuming we are somewhere in the Python tree"""
import os
- while not os.path.isdir(":Plugins"):
+ while not os.path.isdir(":Mac:Plugins"):
os.chdir("::")
- os.chdir(":Plugins")
+ os.chdir(":Mac:Plugins")
if verbose: print "current directory is", os.getcwd()
def loadtoolboxmodules():