[PyQt] PyQt 4.9 build failure on ARM with Qt 4.8

2012-01-27 Thread Jonathan Riddell
Ubuntu is experiencing a mysterious build failure when compiling PyQt 4.9. It seems to affect ARM only and with Qt 4.8 only (not Qt 4.7.4). https://launchpadlibrarian.net/91076358/buildlog_ubuntu-precise-armhf.python-qt4_4.9-2ubuntu2_FAILEDTOBUILD.txt.gz sip:

Re: [PyQt] PyQt4 fails to build dbus.mainloop.qt extension with Python 3

2012-01-27 Thread Jonathan Riddell
On Fri, Jan 27, 2012 at 07:38:49AM +0100, Arfrever Frehtes Taifersar Arahesis wrote: dbus-python-1.0.0 was released on 2012-01-24 and introduced support for Python 3. configure.py of PyQt4 needs to be fixed. iflags is b'-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -ldbus-1

[PyQt] PyQt and DBus in Python 3

2011-11-02 Thread Jonathan Riddell
module? Or another expected way to get DBus support in PyQt with Python 3? Thanks Jonathan Riddell ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt and DBus in Python 3

2011-11-02 Thread Jonathan Riddell
On Wed, Nov 02, 2011 at 09:45:57PM +, Phil Thompson wrote: Are there any plans for adding PyQt bindings to the QtDBus module? Or another expected way to get DBus support in PyQt with Python 3? Something will be done - not sure what yet. What are your timescales? Thanks for your quick

Re: [PyQt] PyKDE does not compile on ARM

2011-02-25 Thread Jonathan Riddell
On 29 January 2011 17:57, Jonathan Riddell jridd...@ubuntu.com wrote: -x PyQt_qreal_double doesn't seem to be working with current sip and pyqt.  Anyone know why? http://bugs.kde.org/show_bug.cgi?id=264506 This was due to us missing out this patch http://bazaar.launchpad.net/~ubuntu-branches

[PyQt] PyKDE does not compile on ARM

2011-01-29 Thread Jonathan Riddell
-x PyQt_qreal_double doesn't seem to be working with current sip and pyqt. Anyone know why? http://bugs.kde.org/show_bug.cgi?id=264506 Jonathan ___ PyQt mailing listPyQt@riverbankcomputing.com

[PyQt] debian/kubuntu patches to PyQt

2010-02-15 Thread Jonathan Riddell
I like to keep upstreams informed of patches we include so here's the ones for PyQt4 http://people.canonical.com/~jriddell/pyqt4/ debian_configure_changes.diff We don't include the pyuic4 link fix_objdir_dbus_check.diff Needed for builddir!=srcdir kubuntu_01_fix_uic.diff fix the ui

[PyQt] SIP 4.10

2010-01-14 Thread Jonathan Riddell
PyKDE from KDE SC 4.4 RC needs a recent SIP and PyQt snapshop. Would a distribution in development (not releasing until April) be safe in taking the snapshots on riverbankcomputing's website now (in terms of ABI compatibility with final release and general working state)?

Re: [PyQt] dbus and PyKDE

2008-04-08 Thread Jonathan Riddell
On Sun, Mar 30, 2008 at 08:12:07PM -0800, Jim Bublitz wrote: On Thursday 27 March 2008 10:11, Jonathan Riddell wrote: I'm trying to get a printer applet into KDE (see kde-core-devel), however I can't actually use pyKDE because oxygen style and KApplication load QtDbus which causes

Re: [PyQt] dbus and PyKDE

2008-04-03 Thread Jonathan Riddell
On Sat, Mar 29, 2008 at 09:18:00PM -0800, Jim Bublitz wrote: On Thursday 27 March 2008 10:11, Jonathan Riddell wrote: I'm trying to get a printer applet into KDE (see kde-core-devel), however I can't actually use pyKDE because oxygen style and KApplication load QtDbus which causes

Re: [PyQt] dbus and PyKDE

2008-04-03 Thread Jonathan Riddell
On Sun, Mar 30, 2008 at 08:12:07PM -0800, Jim Bublitz wrote: On Thursday 27 March 2008 10:11, Jonathan Riddell wrote: I'm trying to get a printer applet into KDE (see kde-core-devel), however I can't actually use pyKDE because oxygen style and KApplication load QtDbus which causes

[PyQt] dbus and PyKDE

2008-03-27 Thread Jonathan Riddell
I'm trying to get a printer applet into KDE (see kde-core-devel), however I can't actually use pyKDE because oxygen style and KApplication load QtDbus which causes the application to freeze when I'm using python-dbus. For example this app freezes when using KApplication but not when using

[PyQt] python-dbus and oxygen

2008-01-21 Thread Jonathan Riddell
I've been getting an error in a pyqt which uses python-dbus QMutex::lock: Deadlock detected in thread -1232 After me spending a week tearing out of hair, Thiago from Trolltech worked out it was the Oxygen KDE theme loading QtDbus which conficts with python-dbus. He says he'll fix it soonish

[PyKDE] python 2.5 and pyKDE (was: compile error for pyqt)

2006-11-23 Thread Jonathan Riddell
On Wed, Nov 22, 2006 at 11:05:19PM +, Jonathan Riddell wrote: When compiling pyqt 3 (3.16) with sip 4.5 I get an error sip: QColor::rgb() has overloaded functions with the same Python signature Google found the fix being that I just needed pyqt 3.17. However now I'm having a problem

Re: [PyKDE] python 2.5 and pyKDE (was: compile error for pyqt)

2006-11-23 Thread Jonathan Riddell
On Thu, Nov 23, 2006 at 01:44:05PM -0800, Jim Bublitz wrote: On Thursday 23 November 2006 09:48, Jonathan Riddell wrote: On Wed, Nov 22, 2006 at 11:05:19PM +, Jonathan Riddell wrote: When compiling pyqt 3 (3.16) with sip 4.5 I get an error sip: QColor::rgb() has overloaded

[PyKDE] compile error for pyqt

2006-11-22 Thread Jonathan Riddell
When compiling pyqt 3 (3.16) with sip 4.5 I get an error sip: QColor::rgb() has overloaded functions with the same Python signature I get the same error when compiling pykde 3.16.0. Full compile at http://kubuntu.org/~jriddell/tmp/pyqt.text Any help appreciated. Jonathan Riddell

Re: [PyKDE] konsole_part again

2006-09-30 Thread Jonathan Riddell
On Wed, Sep 20, 2006 at 08:19:33PM -0700, JIm Bublitz wrote: Previously, by request, I had added support for konsole_part to PyKDE. Subsequently, I ran into problems with it, and removed it. Today I tried adding it back in again (thinking I knew how to fix the problems) and it seems to

[PyKDE] Konsole KPart in pykde

2006-07-24 Thread Jonathan Riddell
What's the status of the Konsole KPart in pykde? According to the changelog it was added then removed with Backed out konsolepart code (undefined symbol problem). How likely is it this problem can be fixed? Jonathan ___ PyKDE mailing list

[PyKDE] crash in QListView on amd64

2006-04-27 Thread Jonathan Riddell
in KDialog where the backtrace reveals it is caused by asking KAboutData for the application name, unfortunately I can't find a pattern for when the crash is caused. Any help on these two much appreciated. Jonathan Riddell ___ PyKDE mailing listPyKDE