[PyQt] pyqt4 installation - SOLVED
Rafal Obrzud
robrzud at geomod.ch
Sat Mar 21 11:11:27 GMT 2015
On 20/03/2015 8:41 am, Rafal Obrzud wrote:
> Hi there,
>
>
>
> Trying to build pyqt4-win-commercial-4.11.3 with VS2010 Express, the
> building process is halted by the following warning:
>
>
>
> NMAKE : warning U4006: special macro undefined : '$<'
>
> C:\Qt\4.8.6.\bin\\moc.exe -o moc_translator.cpp
>
>
>
> Is it a compiler issue?
What arguments did you pass to sip's configure.py?
Did you use PyQt's configure.py or configure-ng.py? What arguments did you pass to it?
What version of Python?
How did you build Qt?
Phil
I used Python 2.7.9
The arguments to configure sip: configure.py -p win32-msvc2010
I used PyQt's configure.py -p win32-msvc2010
All executed from VS2010 Command Prompt
Qt was build with qt-opensource-windows-x86-vs2010-4.8.6.exe
Rafal
Finally, I managed to install pyqt4-win-commercial-4.11.3 using:
configure-ng.py --no-designer-plugin
Rafal
More information about the PyQt
mailing list