Re: [PyQt] Help understanding a backtrace

2012-01-27 Thread Kovid Goyal
On Thu, Jan 26, 2012 at 03:15:31PM +, Phil Thompson wrote: > Then can you try the following change to add_object() in objmap.c... > > if (!(val->flags & SIP_SHARE_MAP)) > > ...to... > > if (!(val->flags & (SIP_SHARE_MAP | SIP_ALIAS))) > > ...to see if it helps. I was unable

Re: [PyQt] Help understanding a backtrace

2012-01-27 Thread Kovid Goyal
On Fri, Jan 27, 2012 at 10:18:13AM +, Phil Thompson wrote: > On Fri, 27 Jan 2012 10:21:29 +0530, Kovid Goyal > wrote: > > Just got another crash, this time the backtrace had no itertools call. > I've > > attached the full backtrace for both crashes to this mail. How would you > > like > > me t

[PyQt] Getting QPushButton's coordinates

2012-01-27 Thread Osman Alperen Elhan
as i mentioned in the subject how can i get the coordinates of the specific button. For example: button = self.ui.buttonGroup.button(buttonId) i want to change this buttons coordinate according to its current coordinate. How can i do that? I am kind of new to pyqt :). Thanks -- Osman Alperen Elh

Re: [PyQt] Multiple Signals Emitted

2012-01-27 Thread Rapczak, Jesse
Nevermind, I was calling setupUi and then explicitly connecting the slots, so they were being connected twice. Oops! -- Jesse -Original Message- From: pyqt-boun...@riverbankcomputing.com [mailto:pyqt-boun...@riverbankcomputing.com] On Behalf Of Rapczak, Jesse Sent: Friday, January 27,

[PyQt] Multiple Signals Emitted

2012-01-27 Thread Rapczak, Jesse
I've been loading Designer UI's using uic.loadUiType and noticed that my slots were getting called twice. After some digging I discovered the use of the pyqtSlot() decorator and the possibility that all signal types are being automatically connected to the same slot. From the PyQt4 docs:

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 >

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

2012-01-27 Thread Phil Thompson
On Fri, 27 Jan 2012 11:22:42 +, Jonathan Riddell wrote: > 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-2ubu

[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: QPainterPathStroker::setDashPatter

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

2012-01-27 Thread Phil Thompson
On Fri, 27 Jan 2012 07:38:49 +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 -lpthre

Re: [PyQt] need to install multiple versions of PyQt on each laptop at work

2012-01-27 Thread Phil Thompson
On Thu, 26 Jan 2012 21:58:38 -0800 (GMT-08:00), Suzanne Berger wrote: > I experimented with various releases of pyqt in order to determine which > versions would be compatible with different versions of software that we > use (Maya & Mobu 2011 and 2012). I am going to have to install at least 2 >

Re: [PyQt] need to install multiple versions of PyQt on each laptop at work

2012-01-27 Thread Erik Janssens
We made a custom python distribution to be able to use multiple qt/pyqt versions on the same machine without those issues. It's python 2.7 though : http://www.conceptive.be/python-sdk.html On Thu, 2012-01-26 at 21:58 -0800, Suzanne Berger wrote: > I experimented with various releases of pyqt in