[PyQt] First test of pyqtdeploy

Phil Thompson phil at riverbankcomputing.com
Thu Mar 27 15:33:29 GMT 2014


On 27-03-2014 2:25 pm, Charlie Gentil wrote:
> Le jeudi 27 mars 2014, 14:03:05 Phil Thompson a écrit :
>> On 27-03-2014 1:26 pm, Charlie Gentil wrote:
>> > Hi,
>> >
>> > Following my previous message in the subject "Re: [PyQt] ANN:
>> > pyqtdeploy v0.1
>> > Released" I tested a new example. (note: in my first example I
>> > included all
>> > libraries and packages).
>> >
>> > Attached my file .* pdy and my files to compile.
>> >
>> > By running the make command I get the following error:
>> >
>> > /usr/bin/ld: can not find -lsip
>> > /usr/bin/ld: can not find -lQtQml
>> > collect2: error: ld returned 1 code execution status
>> > Makefile: 187: recipe for target 'lanceqml' failed
>> > make: *** [lanceqml] Error 1
>> >
>> > What am I doing wrong ?
>>
>> Have you built static versions of sip etc?
>>
>> Phil
>> _______________________________________________
>> PyQt mailing list    PyQt at riverbankcomputing.com
>> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
> I installed SIP and PyQt 5 from the repositories my distribution.
> Libraries that are used are .*so

So you need to build static versions. See the pyqtdeploy docs.

Phil


More information about the PyQt mailing list