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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
