PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 321 - Call to QFileDialog.getOpenFileName() never returns
: Call to QFileDialog.getOpenFileName() never returns
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P5 major
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-08-27 10:35 EEST by Matti Airas
Modified: 2010-09-10 19:21 EEST (History)
9 users (show)

See Also:


Attachments
Sample code (197 bytes, text/x-python)
2010-08-27 10:35 EEST, Matti Airas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matti Airas 2010-08-27 10:35:06 EEST
Created attachment 69 [details]
Sample code

This is a new regression in a past few days: calls to
QFileDialog.getOpenFileName() open the Open File dialog just fine, when you
close the dialog (no matter how), the execution in Python never resumes.

Sample script attached.
Comment 1 Carlos Gonçalves 2010-08-27 14:20:02 EEST
I can't reproduce this on Mac OS X. I've selected a file, pressed the "Open"
button and got the filename printed in the console:

macnux:Downloads carlos$ python getopenfilename_bug.py 
/Users/carlos/Downloads/msc_thesis.pdf 

Last Shiboken commit: 47ab0d6bb7203c9a33c53d1b6d93f6305413c8e4
Last PySide commit: 2774fd8af75ad5a1f412d6e72493de438ce2b8ae
Comment 2 renato filho 2010-08-30 19:41:06 EEST
fixed on commit:

Shiboken:
commit 2ca00ccaa21c99f99da4cd610dee3c1f56d34565
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Fri Aug 27 15:09:15 2010 -0300