[PyQt] PyQt v4.8.3 and SIP v4.12.1 Released

2011-01-24 Thread Phil Thompson
PyQt v4.8.3 and SIP v4.12.1 have been released. The PyQt release should solve the outstanding problems with QVariant and Python v3. See the NEWS files for the details. Phil ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] PyQt4 signal issue

2011-01-24 Thread Phil Thompson
On Sun, 23 Jan 2011 15:57:13 +0100, Detlev Offenbach det...@die-offenbachs.de wrote: Hi, I am observing an issue disconnecting a signal using the new style signal- slots API. If the signal to be disconnected is not connected, I am getting a TypeError exception. Using the old style API, the

[PyQt] 'module' object has no attribute 'StackedWidget'

2011-01-24 Thread lucabe...@libero.it
Hello I have install eric on mac, but when i try to generate dialog code i get this error : 'module' object has no attribute 'StackedWidget' Any Suggest? Python 2.6.1 Qt 4.7.0 PyQt 4.8.2 sip 4.12 QScintilla 2.4.6 eric4 4.4.11 (r3912) Thanks Luca

Re: [PyQt] BUG: Qwt widgets in uic files

2011-01-24 Thread Phil Thompson
On Mon, 24 Jan 2011 15:35:30 +0100, Arne Schmitz arne.schm...@gmx.net wrote: Hello pyqt community! Please find attached a small test program that fails on my PyQt installation. I am using py26-pyqt4 @4.8.2 from MacPorts with a Python 2.6.6 interpreter from MacPorts on OS X 10.6.6. When

Re: [PyQt] BUG: Qwt widgets in uic files

2011-01-24 Thread Arne Schmitz
Am 24.01.2011 um 16:06 schrieb Phil Thompson: line 30, in search self._module = __import__(self._moduleName, {}, {}, self._classes) TypeError: 'set' object does not support indexing === Cut here === I suspect that that is a problem with the Qwt module being imported. Otherwise can you

Re: [PyQt] patch to support non-default libdir

2011-01-24 Thread Rex Dieter
Rex Dieter wrote: On 01/21/2011 06:24 AM, Phil Thompson wrote: On Thu, 20 Jan 2011 11:39:50 -0600, Rex Dieterrdie...@math.unl.edu wrote: Here's another interation of a patch I sent awhile ago (which was not adopted), but I think it's worth revisiting. It fixes linking issues on boxes where

Re: [PyQt] 'module' object has no attribute 'StackedWidget'

2011-01-24 Thread Vicent Mas
2011/1/24 lucabe...@libero.it lucabe...@libero.it: Hello I have install eric on mac, but when i try to generate dialog code i get this error : 'module' object has no attribute 'StackedWidget' Any Suggest? Python 2.6.1 Qt 4.7.0 PyQt 4.8.2 sip 4.12 QScintilla 2.4.6 eric4 4.4.11

[PyQt] Clickable image/paint a widget

2011-01-24 Thread M Chauhan
Dear All, I would like to add a button to an item in a listview through painter of my custom delegate. For that I can think of two choices. - Draw a button or - Draw a clickable image. I would really appreciate if anyone can give me some pointers for any of the above or any third way to

Re: [PyQt] 'module' object has no attribute 'StackedWidget'

2011-01-24 Thread Nick Gaens
Indeed, IIRC, StackedWidget had to be renamed to QStackedWidget.. Wkr, -- Nick Gaens ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] [Eric] 'module' object has no attribute 'StackedWidget'

2011-01-24 Thread Detlev Offenbach
Hi, just upgrade to PyQt 4.8.3, which has been released today. Detlev On Montag, 24. Januar 2011, lucabe...@libero.it wrote: Hello I have install eric on mac, but when i try to generate dialog code i get this error : 'module' object has no attribute 'StackedWidget' Any Suggest?

[PyQt] PyQt v4.8.3 won't build with Python v3

2011-01-24 Thread Xavion
Hi Phil The Arch Linux developer who's responsible for maintaining the SIP and PyQt packages has informed me that PyQt v4.8.3 won't build on his machine with SIP v4.12.1 and Python v3.1.3. I'm trying to update python-qt to 4.8.3, but build fails with: __

Re: [PyQt] PyQt v4.8.3 won't build with Python v3

2011-01-24 Thread Phil Thompson
On Tue, 25 Jan 2011 09:05:09 +1100, Xavion xavio...@gmail.com wrote: Hi Phil The Arch Linux developer who's responsible for maintaining the SIP and PyQt packages has informed me that PyQt v4.8.3 won't build on his machine with SIP v4.12.1 and Python v3.1.3. I'm trying to update python-qt

Re: [PyQt] PyQt v4.8.3 won't build with Python v3

2011-01-24 Thread Xavion
Yes, I'm sorry about that. So that we don't look like complete fools, I'll provide you with a brief explanation. Our python2-sip (Python v2) and python-sip (Python v3) packages have conflicting files. We decided to use the ones from python2-sip and then force python-sip to depend on it. The