New submission from Prudent <zongj...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue41574>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to