[New-bugs-announce] [issue4539] askdirectory() in tkinter.filedialog is broken

Chad Spratt report at bugs.python.org
Fri Dec 5 00:05:16 CET 2008


New submission from Chad Spratt <internet2.0 at gmail.com>:

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 other functions in filedialog still function 
with no arguments this seems like an error. (Actually askopenfiles() 
seems to be broken too, saying "IOError: [Errno 2] No such file or 
directory: '{'")

----------
components: Tkinter
messages: 76941
nosy: dogtato
severity: normal
status: open
title: askdirectory() in tkinter.filedialog is broken
type: crash
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4539>
_______________________________________


More information about the New-bugs-announce mailing list