Re: [PyQt] Creating PyQt4 bindings with SIP

2009-04-17 Thread David Boddie
On Thu Apr 16 13:30:43 BST 2009, NARCISO, Rui wrote: > I have donwloaded a Qt4 widget from teh internet and I'm trying to create > the PyQt4 bindings for it. I notice that you're trying to wrap the PictureFlow widget. You may be interested to know that there's already a set of bindings for it on

Re: [PyQt] Creating PyQt4 bindings with SIP

2009-04-16 Thread Phil Thompson
On Thu, 16 Apr 2009 14:30:43 +0200, "NARCISO, Rui" wrote: > I have donwloaded a Qt4 widget from teh internet and I'm trying to create > the PyQt4 bindings for it. > > I created the SIP file: > %Module pictureflow 0 > > %Import QtCore/QtCoremod.sip > > class PictureFlow : QWidget > { > %TypeHea