Guilherme Polo added the comment:
I was about to mark this as invalid when I found out I had patched
tkinter/filedialog.py myself. Nevertheless, this is a duplicate of issue4406
--
nosy: +gpolo
resolution: -> duplicate
status: open -> closed
___
Pyt
New submission from Chad Spratt <[EMAIL PROTECTED]>:
Calls to tkinter.filedialog.askdirectory() throw a KeyError if any of
the options (title, text, bitmap, default, strings) are not provided.
Previously saying "askdirectory()" with no arguments would open a file
browser window. Since all othe