Error installing QT
Unsolved
Installation and Deployment
-
Hi,
I've faced the following error message when i am trying to execute a PyQt4 installation. The error is:Querying qmake about your Qt installation...
Determining the details of your Qt installation...
Error: Failed to determine the detail of your Qt installation. Try again using
the --verbose flag to see more detail about the problem.Can you assist?
-
Hi and welcome to devnet,
Well, start by passing the
--verbose
flag as suggested to see exactly what fails. You should likely give the path to the qmake executable of your Qt installation to the configure script of PyQt.In any case, you should also consult the mailing list from Riverbank Computing since they are the authors of PyQt.