Python Noob, open file dialog

Chris Angelico rosuav at gmail.com
Wed Jun 18 03:45:28 EDT 2014


On Wed, Jun 18, 2014 at 5:36 PM, cutey Love <cuteywithlove at gmail.com> wrote:
> No it's still paused after selection and only excutes when the window is closed.

Treat the file dialog exactly the way you would in a text editor or
word processor. Does your program continue as normal then? If not,
please be really specific - for instance:

"""I bring up the file dialog, and I click on a file and press OK. It
doesn't close the dialog like I would normally expect, and I have to
press Cancel to make the dialog close - but then it works like OK
ought to."""

Is that what's going on? (I have seen dialogs, and written some too,
with this exact bug. But I'd be very surprised if it's the case with a
standard file-open box.) If not, please be at least as detailed as the
above.

ChrisA



More information about the Python-list mailing list