RhetTbull / guitk

Python GUI Toolkit for Tk (guitk): simplify the layout and construction of tkinter graphical user interfaces in python using a declarative syntax.
MIT License
18 stars 1 forks source link

Trap standard error for file dialogs on Mac OS 13 #23

Open RhetTbull opened 1 year ago

RhetTbull commented 1 year ago

See this which is happening on MacOS 13.1

https://stackoverflow.com/questions/74437765/how-can-i-stop-tkinter-from-outputting-catransaction-synchronize-called-withi

Could probably trap all error output while the file dialog is open using wurlitzer