[PyQt] PyQt 4.7.2 on windows with include paths containing spaces.

Volley, Axel Axel.Volley at kmweg.de
Fri Apr 9 15:57:00 BST 2010


Hi everyone,

I found that the configure script for 4.7.2 doesn't handle spaces in include paths correctly. Attached you can find the 'configure.py" script with a simple workaround.
Add at line 748:

            # Fix: now enclose each one with quotes
            inc_path = ["\"%s\"" % n for n in inc_path]



Axel W Volley
Training & Simulation

-------------------------------------------
Krauss-Maffei Wegmann GmbH & Co. KG
Krauss-Maffei Strasse 11
D-80997 München
Tel.: +49/89/8140.5493
Fax: +49/89/8140.4912
email: axel.volley at kmweg.de
www.kmweg.de
 


Krauss-Maffei Wegmann GmbH & Co. KG
Sitz der Gesellschaft ist München
Registergericht: Amtsgericht München, HRA 72 460

Persönlich haftende Gesellschafterin: Krauss-Maffei Wegmann Verwaltungs GmbH 
Sitz der Gesellschaft ist München 
Registergericht: Amtsgericht München, HRB 118952
Geschäftsführer: Dipl.-Ing. Frank Haun (Vorsitzender), Dipl.-Kfm. Stefan Krischik, Dipl.-Ing. Jürgen Weber
Vorsitzender des Aufsichtsrates: Johannes Schmidt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.py
Type: application/octet-stream
Size: 72491 bytes
Desc: configure.py
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100409/c8fff2ee/attachment-0001.obj>


More information about the PyQt mailing list