[PyQt] pyqtdeploy and sip errors...

Phil Thompson phil at riverbankcomputing.com
Thu Oct 29 13:17:58 GMT 2015


On 29 Oct 2015, at 1:08 p.m., John Hackett <john.hackett at icon-is.co.uk> wrote:
> 
> Phil,
> 
> thanks for the very prompt reply - see below:

I suggest you start with...

rm -rf /root/Software/sip-4.17
tar xvCf /root/Software sip-4.17.tar.gz

> > cd /root/Software/sip-4.17
> > pyqtdeploycli --package sip --target linux-64 configure
> > python2.7 configure.py --static --sysroot=$SYSROOT --no-tools --use-qmake --configuration=sip-linux.cfg
> > $SYSROOT/qmake
> This is SIP 4.17 for Python 2.7.6 on linux2.
> Reading configuration from /root/Software/sip-4.17/sip-linux.cfg...

The above output can only appear after running python2.7, not after running qmake.

Phil


More information about the PyQt mailing list