Prudent added the comment:
Yes, I agree with you.
--
___
Python tracker
<https://bugs.python.org/issue41574>
___
___
Python-bugs-list mailing list
Unsubscribe:
Prudent added the comment:
It is also very weird to me. I checked the python version used in VS code, the
version in use was 3.8. But it seems the used Tcl/Tk package still linked to
the system-embedded Tck/Tk 8.5.9 on macOS.
I found this description from "https://www.python.org/dow
Prudent added the comment:
Sorry, maybe I missed to share a critical point that I wrote Python codes using
“VS Code” software, rather than IDEL. That warning only showed in VS Code
software when I ran it. After I re-opened my code in IDEL and ran it again. No
any warnings or errors existed
Prudent added the comment:
Sorry, I forget how I installed the old python 3.7.5, but I installed the new
python 3.8.5 using the downloaded installer from Python.org. Besides, I checked
the "Tcl" under the path: "/System/Library/Tcl", its version still is 8.5. I
th
Prudent added the comment:
Yes, you are right. Just now, I re-installed Python3.8.5. But when I opened my
.py file with tkinter and ran it, it still linked to the old Tcl/Tk(8.5.9) in
Python3.7.5. However, when I ran the command "python3 -m tkinter" to check its
version. It sho
Prudent added the comment:
The versions of Python, Tcl/Tk and MacOS I used are 3.8.5, 8.5.9 and the newest
Catalina 10.15.6, respectively.
Your words give me a hint about the version of Tcl/Tk. So I checked it. The
version I used seems too old, the newest version for it is 8.6. In my
New submission from Prudent :
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