[PyQt] Failed to create ./qtdirs when running latest PyQt configure.py

Phil Thompson phil at riverbankcomputing.co.uk
Mon Sep 17 08:24:58 BST 2007


On Sunday 16 September 2007, Nicolas Girard wrote:
> Hi,
> when running
>   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.
>
> About my current installation:
> $ g++ --version|head -1
> g++ (GCC) 4.2.1 20070828 (prerelease) (4.2.1-6mdv2008.0)
>
> $ rpm -qf `which make`
> make-3.81-2mdv2008.0
>
> Any ideas ?

Run it with the -w flag.

Phil


More information about the PyQt mailing list