I'm running some of the PyQT demos,
and after tut6.py, they start having problems - 
PYSIGNAL doesn't seem to work right, nor does
connect(self,SIGNAL(xxx),someobj.somefunc()) - 
only the connect(self.SIGNAL(xxx),someobj,SLOT("somefunc()")



I'm also trying to connect signal A to signal B - 
i.e.:

connect(mybutton,SIGNAL("clicked()"),myresponse,SIGNAL("clicked"))

I get a core dump when I do this (with PYSIGNAL as well).

Any ideas on what's going on?

--
Bill Eldridge
Radio Free Asia
[EMAIL PROTECTED]




Reply via email to