I saw this same exact problem.  The error is misleading.  You're using the 
binary install of Qt, correct?  The resolution (for me) was to build Qt from 
source.  Make sure to use the correct Qt sources; don't use the "Visual Studio" 
source distributions.

Hope this helps,
   Charles.

Message: 2
Date: Wed, 20 Jun 2007 12:21:17 -0600
From: David Haroldsen 
Subject: [PyQt] commercial pyqt configure problem
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello,
I'm having difficulty installing the commercial version of pyqt. I'm 
using MinGW and have successfully installed SIP. I'm using the 
precompiled version of QT/qmake. The same issue happens whether I use 
this version or the latest snapshot. In line 58 of the qtdirs.mk.Release 
file there are two less than characters "<<" and when removing these 
(and compiling this file alone) it will get past this to the next 
occurrence of the characters, but these files get re-created each time 
the configure script runs so I'd like to know the root of the issue and 
if anyone knows how to get it to work.

Any help would be appreciated.
Thanks,
Dave

C:\pyqt\PyQt-win-commercial-4.2>python configure.py -w
Determining the layout of your Qt installation...
c:\Qt\4.3.0\bin\qmake.exe -o qtdirs.mk qtdirs.pro
mingw32-make -f qtdirs.mk release
mingw32-make -f qtdirs.mk.Release
mingw32-make[1]: Entering directory `C:/pyqt/PyQt-win-commercial-4.2'
mingw32-make[1]: Leaving directory `C:/pyqt/PyQt-win-commercial-4.2'
qtdirs.mk.Release:58: *** missing separator. Stop.
mingw32-make: *** [release] Error 2
Error: Failed to create release\qtdirs.exe. 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.



------------------------------

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to