Updated for the new path to Python.app.
diff --git a/Mac/OSX/pythonw.sh b/Mac/OSX/pythonw.sh
index 83a9abb..d3ee37d 100755
--- a/Mac/OSX/pythonw.sh
+++ b/Mac/OSX/pythonw.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec /Applications/Python.app/Contents/MacOS/python $@
+exec /Library/Frameworks/Python.framework/Versions/Current/Resources/Python.app/Contents/MacOS/python $@