[New-bugs-announce] [issue41574] Python[11231:143796] WARNING: <NSOpenPanel: 0x7f90523a7ca0> running implicitly; please run panels using NSSavePanel rather than NSApplication.

Prudent report at bugs.python.org
Tue Aug 18 04:50:45 EDT 2020


New submission from Prudent <zongjsnt at aliyun.com>:

I am writing codes for opening file dialog to select a file by clicking a button. The function I used was "askopenfilename()" in tkinter.filedialog module. However, a warning displayed when I ran the code. And, the file filter option was also disabled after one click. The displayed warning was below.

----------
components: macOS
files: warning.png
messages: 375601
nosy: Prudent, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Python[11231:143796] WARNING: <NSOpenPanel: 0x7f90523a7ca0> running implicitly; please run panels using NSSavePanel rather than NSApplication.
type: behavior
versions: Python 3.8
Added file: https://bugs.python.org/file49403/warning.png

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41574>
_______________________________________


More information about the New-bugs-announce mailing list