I was able to reproduce the reported problem on my Win8.1 64-bit machine with 64-bit Python 3.6 using the code below > > import > > pywinauto > > import > > tkinter > > . > > filedialog > > tkinter > ...
I wanted to create a system file dialog (instead of the file dialog provided by dpg.file_dialog), using Tkinter. When creating the dialog, various very strange errors occurred, which are impossible to ...