Google
 

10/6/07

python problem.

python configure.py
from the latest PyQt4 snapshot, I got the following error message:
Error: Failed to create ./qtdirs using platform linux-g++. Make sure your
compiler is installed correctly and you have a working make on your PATH.

use the following to solve problem.
ln -s /usr/local/Trolltech/Qt.xx/bin/qmake /usr/bin/qmake

export QTDIR = /usr/local/Trolltech/Qt.xxx/

No comments: