This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rdnielsen
Recipients rdnielsen
Date 2020-01-17.14:47:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579272427.57.0.817870554676.issue39370@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-01-17 14:47:07rdnielsensetrecipients: + rdnielsen
2020-01-17 14:47:07rdnielsensetmessageid: <1579272427.57.0.817870554676.issue39370@roundup.psfhosted.org>
2020-01-17 14:47:07rdnielsenlinkissue39370 messages
2020-01-17 14:47:07rdnielsencreate