On Fri, 10 Apr 2009 14:58:30 -0700 (PDT), Demetrius Cassidy
<[email protected]> wrote:
> I am not sure if passing a string by itself to pyqtSignal is correct, but
> shoulden't it raise an exception instead of crashing? I don't see why we
> can't use this form instead.
> 
> If I use the latter form of pyqtSignal(['QString']), passing it a list of
> strings, everything works great. If I pass it a quoted string, I get a
> crash
> in QtCore.pyd using the latest nightly build (0409)
> 
> Simple test case, replace pyqtSignal('QString') with
> pyqtSignal(['QString'])
> and it works OK.

Should be fixed in tonight's snapshot.

Thanks,
Phil
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to