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
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
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
-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
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
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