From da173c12369bfcd8792ee2ac2353f9c317155a7e Mon Sep 17 00:00:00 2001 From: Ben Mabey Date: Fri, 11 Mar 2011 09:46:24 -0700 Subject: [PATCH] provides people with homebrew command when trying to build_ui on mac --- tools/build_ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_ui.sh b/tools/build_ui.sh index 8a511de63..913323667 100755 --- a/tools/build_ui.sh +++ b/tools/build_ui.sh @@ -34,7 +34,7 @@ then pyuic=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/pyuic4 pyrcc=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/pyrcc4 else - echo 'Unable to find pyuic4. Try `port install py-pyqt4`?' + echo 'Unable to find pyuic4. If you use macpors try `port install py-pyqt4`. If you use homebrew try `brew install pyqt`.' exit fi else