Re: [PyQt] QtCore.QAbstractItemModel.beginMoveRows missing in pyqt 4.7.3?

2012-11-27 Thread Jake Richards
Ahhh... I apologize, I completely forgot about that. My version is built against qt version '4.5.3' and that would explain the missing functions. Thank you! On Tue, Nov 27, 2012 at 3:56 PM, Andreas Pakulat wrote: > Hi, > > On Tue, Nov 27, 2012 at 9:39 PM, Jake Richards wrote: > > Hello: > >

Re: [PyQt] QtCore.QAbstractItemModel.beginMoveRows missing in pyqt 4.7.3?

2012-11-27 Thread Andreas Pakulat
Hi, On Tue, Nov 27, 2012 at 9:39 PM, Jake Richards wrote: > Hello: > At work, we've got pyqt 4.7.3 installed on our linux boxes. While trying > to subclass a QAbstractItemModel, I've found that it doesn't seem to have a > beginMoveRows or endMoveRows. Here is some terminal output: > QtCo

[PyQt] QtCore.QAbstractItemModel.beginMoveRows missing in pyqt 4.7.3?

2012-11-27 Thread Jake Richards
Hello: At work, we've got pyqt 4.7.3 installed on our linux boxes. While trying to subclass a QAbstractItemModel, I've found that it doesn't seem to have a beginMoveRows or endMoveRows. Here is some terminal output: >>> QtCore.PYQT_VERSION_STR '4.7.3' >>> QtCore.QAbstractItemModel.beginMoveRow

Re: [PyQt] SIP: Wrapping a fixed size array

2012-11-27 Thread Phil Thompson
On Mon, 26 Nov 2012 15:33:44 -0700, Steve Freitas wrote: > Hi all, > > I saw this message on the subject earlier: > > http://osdir.com/ml/python-pyqt-pykde/2011-03/msg00121.html > > Is this still a TODO item, or is there an official way to do this now? Still TODO. Phil ___