[PyQt] pyqtdeploy error static build PyQt5.4
Phil Thompson
phil at riverbankcomputing.com
Fri Jan 2 16:19:40 GMT 2015
On 29/12/2014 4:38 pm, MOHAMED BLACK wrote:
> hi
> i have some error when followed the static build instruction from
> pyqtdeploy
>
> 1- build static python with :
> pyqtdeploycli --package python --target win-32 configure
> qmake SYSROOT=c:\PyStatic
> qmake
> nmake install
>
> 2- build static sip with :
> pyqtdeploycli --package sip --target win-32 configure
> configure.py --static --sysroot=c:\PyStatic --no-tools
> --use-qmake
> --configuration=sip-win.cfg
> qmake
> nmake install
>
> 3- build static PyQt5.4 with :
> pyqtdeploycli --package pyqt5 --target win-32 configure
> configure.py --static --sysroot=c:\PyStatic --no-tools
> --no-qsci-api
> --no-designer-plugin --no-qml-plugin --configuration=pyqt5-win.cfg
> nmake install
>
>
> minimal error log attached
>
> windows Xp SP3
> VC 2010 SP1
> Qt 5.4
> python 3.4.2
The default build of Qt v5.4 changes the OpenGL support which pyqtdeploy
isn't aware of yet.
Phil
More information about the PyQt
mailing list