On Mon, 27 Sep 2010 12:27:56 -0700 (PDT), dizou <[email protected]> wrote: > I am trying to build PyQt 4.7.4. > I have successfully installed Qt 4.6.3 to /local/Qt-4.6.3. > I have /local/Qt-4.6.3/bin in my path. > When I do this: > python configure.py > or > python configure.py -q /local/Qt-4.6.3/bin/qmake > I get this error: > Determining the layout of your Qt installation... > Error: /local/Qt-4.6.3/bin/qmake failed to create a makefile. 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. > What am I missing?
Try running configure.py with the --verbose flag. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
