Re: [PyQt] Building PyQt5

2013-09-11 Thread Dmitrijs Ledkovs
On 10 September 2013 17:32, pwuertz wrote: > Hi, > > I just tried to compile PyQt5 on my Ubuntu 13.04 system. After successfully > running configure.py, the compiler immediately stopped due to "Python.h" not > being found. The include path configure.py wrote to the .pro files was > /usr/local/incl

Re: [PyQt] PyQt5 and the QtQuick module

2013-05-28 Thread Dmitrijs Ledkovs
On 28 May 2013 14:18, Brendan Donegan wrote: > Hi, > > I'm interested in using PyQt5 to implement an application I'm working > on, as I want to use the Ubuntu Touch SDK and the Qml widgets it > provides. I've tried building the snapshot of PyQt5 and noticed that the > QtDeclarative module does not

Re: [PyQt] ANN: PyQt v4.10.1 Released

2013-04-22 Thread Dmitrijs Ledkovs
On 22 April 2013 11:43, Phil Thompson wrote: > PyQt v4.10.1 has been released. This contains a couple of new features as > well as the usual bug fixes. > > QtCore.pyqtSetPickleProtocol() and QtCore.pyqtPickleProtocol() have been > added to set and get the protocol used to pickle Python objects whe

Re: [PyQt] QFont creating in Qt 5 results in a segfault

2013-04-18 Thread Dmitrijs Ledkovs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Heya, On 18/04/13 15:44, Dmitry Shachnev wrote: > Hi all, > > Thanks Dmitrijs for preparing packages built against Qt 5. I was > trying to test it today and it seems that creating two QFont > objects results in a segmentation fault: > > #0 initFo

[PyQt] PyQt4 against Qt5 preview builds available for Ubuntu Raring

2013-04-17 Thread Dmitrijs Ledkovs
Hello All, I have finally managed to correctly patch configure-ng.py to have all the debian configury changes as well as to correctly find multi-arch paths on Debian/Ubuntu systems and successfully compile pyqt4 227b3c0affb4 snapshot against Qt5 (Raring) with all modules that are available for Qt5

[PyQt] toAscii is deprecated

2013-04-08 Thread Dmitrijs Ledkovs
I am trying to compile pyqt against qt5 which has been build with no deprecated symbols. I am also using -no-deprecated when configuring pyqt. I already had to add extra libraries to be linked in the configure script to make additional modules build. But the build still fails later on over QtCore.s