> 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