From: Brendan R. <bre...@gm...> - 2007-02-22 10:26:58
|
Hi Everyone, I am trying to install PyQt, but I wasn't even able to get past the configuration. Apparently qmake is not working. I checked to make sure it was in my path, and even specified it explicitly, but to no avail. I am running Mac OS 10.4.8 with Qt 4.2.2 installed from the .dmg. If anyone has any suggestions, I would greatly appreciate it. Thank you. -Brendan Roof :~/Desktop/PyQt-mac-gpl-4.1.1 $ python configure.py Determining the layout of your Qt installation... Error: Failed to create qtdirs.app/Contents/MacOS/qtdirs. Make sure you have a working Qt v4 qmake on your PATH or use the -q argument to explicitly specify a working Qt v4 qmake. :~/Desktop/PyQt-mac-gpl-4.1.1 $ python configure.py -q /usr/bin/qmake Determining the layout of your Qt installation... Error: Failed to create qtdirs.app/Contents/MacOS/qtdirs. Make sure you have a working Qt v4 qmake on your PATH or use the -q argument to explicitly specify a working Qt v4 qmake. :~/Desktop/PyQt-mac-gpl-4.1.1 $ ls /usr/bin/qmake /usr/bin/qmake :~/Desktop/PyQt-mac-gpl-4.1.1 $ |