[PyQt] Can't find qmake when configuring PyQt
Phil Thompson
phil at riverbankcomputing.com
Mon Sep 27 20:58:29 BST 2010
On Mon, 27 Sep 2010 12:27:56 -0700 (PDT), dizou <di_zou at yahoo.com> 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
More information about the PyQt
mailing list