[PyQt] qimage.sip, Lower bound is not a time version

Phil Thompson phil at riverbankcomputing.co.uk
Thu Oct 25 11:42:54 BST 2007


On Thursday 25 October 2007, Stuart McNicholas wrote:
> Dear pyqt people,
>    I am having a problem with pyqt/sip doing what I think is quite a
> simple thing. I have a sip file:
>
> %Module ffmpeg_reader_sip
>
> %Import QtGui/qimage.sip

You need to import the module, not an individual class, ie...

%Import QtGui/QtGuimod.sip

Phil


More information about the PyQt mailing list