New submission from Dreas Nielsen <dreas.niel...@gmail.com>:

In Python 2.7.17 on Linux, the code:

    import tkinter.filedialog as tkfiledialog
    dir(tkfiledialog.askopenfilename)

results in:

    AttributeError: 'module' object has no attribute 'askopenfilename'

Any attempt to use 'askopenfilename' has the same result, of course.

----------
components: Tkinter
messages: 360194
nosy: rdnielsen
priority: normal
severity: normal
status: open
title: askopenfilename is missing from the Tkinter filedialog library in 2.7.17
type: crash
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39370>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to