Michiel De Hoon <mdehoon <at> c2b2.columbia.edu> writes: > > I believe that this is because the QFile object as implemented in the Qt > library on which PyQT builds does not emit the readyRead signal either. See: > > http://doc.trolltech.com/4.3/qfile.html
QFile inherits QIODevise that has such a signal. But anywas I can reach the reading code from QSocketNotifier, I just can't read it the way I want (non-blocking). _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
