You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from tkinter import filedialog
print(filedialog.askdirectory())
This issue can be reproduced in both IDE and executable(i.e. pyinstaller) environments. And it only occurs on macOS, Windows does not have such a problem. (Probably starting from macOS 13.0)
Your environment
CPython versions tested on: Python 3.10
Operating system and architecture: macOS 13.2 (ARM)