[PyKDE] QFileDialog blocks QThread?

Phil Thompson phil at riverbankcomputing.co.uk
Thu Feb 24 13:22:21 GMT 2005


> Running the following PyQt script, whenever I click the Open button,
> the QThread will be stopped until I close the file dialog. The
> equivalent code in C++ has no such problem.

This is a missing /ReleaseGIL/ in all of the static QFileDialog methods.
It will be fixed in the next snapshot.

Phil




More information about the PyQt mailing list