I am trying to find Qt designer app on Mac. I installed anaconda package and conda reports that qt, sip, and pyqt are installed. Still I couldn\'t find the designer app in a
I can't answer you question definitively as I don't have OSX installed anywhere, but perhaps I can help lead you in the right direction.
1) you are going to want to be looking for Designer, not QT Creator, as Designer is what comes bundled with PyQt4 (PyQt4 is what Anaconda comes packaged with)
2) in linux when you install Anaconda 2.1 to the default location, designer is going to be placed in home/user_name/anaconda/bin/
3) typing 'designer' from a terminal launches designer in linux, so you may not have to bother searching around for it.
Hopefully there is some consistency between linux and osx (windows designer is located in \Anaconda\Lib\site-packages\PyQt4).
Best of luck.