[PyQt] Next Releases

Baz Walter bazwal at ftml.net
Wed Mar 5 23:38:12 GMT 2014


On 05/03/14 22:36, Phil Thompson wrote:
> On 05-03-2014 9:41 pm, Baz Walter wrote:
>> On 05/03/14 09:32, Phil Thompson wrote:
>>> The current PyQt5, PyQt4, QScintilla and SIP snapshots are all release
>>> candidates. The final releases will be in about a week. In the meantime
>>> any testing would be greatly appreciated.
>>
>> Just tried the latest snapshots, and I get this error when attempting
>> to compile the QScintilla python bindings:
>
> I can't reproduce this. What flags are you passing to configure.py?

Ah, probably a problem on my end, then. The flags are:

'/home/usr/opt/snapshot5-3/bin/python3' configure.py -c -j 4 -q 
'/usr/bin/qmake-qt5' -o '/home/usr/opt/snapshot5-3/lib/qt5/lib' -n 
'/home/usr/opt/snapshot5-3/lib/qt5/include' -a 
'/home/usr/opt/snapshot5-3/lib/qt5/qsci' 
--sip='/home/usr/opt/snapshot5-3/bin/sip' --pyqt=PyQt5

But I also use the following horrible hack, because the -o and -n flags 
don't override the qmake default paths:

make CXX="g++ -I'/home/usr/opt/snapshot5-3/lib/qt5/include'" LINK="g++ 
-L'/home/usr/opt/snapshot5-3/lib/qt5/lib'"

-- 
Regards
Baz Walter


More information about the PyQt mailing list