Re: [PyQt] sip: Problem with inheritance and function overloads

2010-07-25 Thread Phil Thompson
On Fri, 23 Jul 2010 10:53:37 +0200, Daniel Stöckel wrote: > Hi, > > I seem to have noticed a bug in sip concerning function overloads that > occur > because of inheritance: > > I have a C++ project in which I have classes like this (I used this actual > toy > example to reproduce the problem):

[PyQt] Strange observation with latest stable releases

2010-07-25 Thread detlev
Hi, in the past code like @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem) def on_logTree_currentItemChanged(self, current, previous): used to work. Such a method got called, whenever the current item of the tree changed. However, with latest stable releases this is not the case anymore. If

Re: [PyQt] Strange observation with latest stable releases

2010-07-25 Thread Antonio Valentino
Hi, Il giorno Sun, 25 Jul 2010 18:26:15 +0200 detlev ha scritto: > Hi, > > in the past code like > > @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem) > def on_logTree_currentItemChanged(self, current, previous): > > used to work. Such a method got called, whenever the current item of > the

[PyQt] PyQt 4.7.4 (64b) on Snow Leopard & the Symbol not found: _sipQtConnect

2010-07-25 Thread Doug Looney
All, PEBKAC (disregard previous post) I went back and cleaned PyQt, and wa-la. Apologies! Appending the steps I took to get eric4 installed on snow leopard. Doug -- 1. Install Qt4 http://ftp3.ie.freebsd.org/pub/trolltech/pub/qt/source/ - binary: qt-mac-cocoa-opensource-4.6.3.dmg

Re: [PyQt] Strange observation with latest stable releases

2010-07-25 Thread Phil Thompson
On Sun, 25 Jul 2010 19:11:00 +0200, Antonio Valentino wrote: > Hi, > > Il giorno Sun, 25 Jul 2010 18:26:15 +0200 > detlev ha scritto: > >> Hi, >> >> in the past code like >> >> @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem) >> def on_logTree_currentItemChanged(self, current, previous): >

Re: [PyQt] dip Snapshot Support for Python v2.6 and v2.7

2010-07-25 Thread Darren Dale
On Sat, Jul 24, 2010 at 2:26 PM, Phil Thompson wrote: > The current dip snapshots now support Python v2.6 and v2.7 as well as > Python v3. > > The API should be identical for all versions of Python. I had some trouble enabling MQ (hg qpush -a returned "no patches in series"), so I installed the s