On dom, 2009-08-02 at 22:22 -0400, Victor Noagbodji wrote: > hi all, > > i'm getting this runtime error. at every line with a 'SLOT()' in this > code. i don't really know what is going wrong. i have tried to > translate the webcapture code on qt labs graphics dojo: > http://qt.gitorious.org/qt-labs/graphics-dojo/trees/master/webcapture > > following is the entire code. when i remove the QObject connect, it > works but breaks on other 'SLOT()' in the code.
You fail to invoke QObject.__init__() in your constructor. -- Giovanni Bajo Develer S.r.l. http://www.develer.com _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
