provides people with homebrew command when trying to build_ui on mac

This commit is contained in:
Ben Mabey 2011-03-11 09:46:24 -07:00
parent 0b97c81df1
commit da173c1236

View file

@ -34,7 +34,7 @@ then
pyuic=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/pyuic4 pyuic=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/pyuic4
pyrcc=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/pyrcc4 pyrcc=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/pyrcc4
else 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 exit
fi fi
else else