[PyQt] pyqtdeploy and sip errors...

John Hackett john.hackett at icon-is.co.uk
Thu Oct 29 13:45:44 GMT 2015


Many thanks Phil, 

There was a mistake in my "cut 'n paste" - the $SYSROOT/qmake was in the wrong place. But deleting the sip directory and untaring it again worked a treat. The "make install" put sip in the correct directory and I don't get the can't find sip error on building with pyqtdeploy. I'll have to remember that....but not sure why it was happening. I did install sip under python3 previously as I seem to recall it being required on one point. So maybe some files are not being overwritten? 

Now I only have the " /usr/bin/ld cannot find -lintl" error. Any thoughts? gettext and libc6-dev are both installed. Is there anything else that should be installed where this library can be found? Or can I build without it somehow? The app does not need to be internationalised. 

-- 
Regards, 

John Hackett 
Icon Information Systems 
74 Gibsons Hill, Norbury, London, SW16 3JS 
t: 020 8764 2663 
f: 020 8711 3370 
m: 07801-231118 
e: john.hackett at icon-is.co.uk 
w: www.icon-is.co.uk 
skype: john_hackett 
twitter: @iconinfosys 

----- Original Message -----

> From: "Phil Thompson" <phil at riverbankcomputing.com>
> To: "John Hackett" <john.hackett at icon-is.co.uk>
> Cc: pyqt at riverbankcomputing.com
> Sent: Thursday, 29 October, 2015 1:17:58 PM
> Subject: Re: [PyQt] pyqtdeploy and sip errors...

> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20151029/32150b04/attachment.html>


More information about the PyQt mailing list