tkinter Error
When I start the application via ./start_gui.sh, an error message 'bad argument “zoomed”: must be normal, iconic, or withdrawn' appears.
This refers to the file ./OTAnalytics/OTAnalytics/plugin_ui/customtkinter_gui/gui.py, line 279. It says 'self._app.after(0, lambda: self._app.state(“zoomed”))'. I have replaced this with 'self._app.after(0, lambda: self._app.state(“normal”))'.
I am using Python 3.11 with python3.11-tk.
Does it make sense to include this change in your source code?
Kind regards David
Hi.
Thanks for your feedback. Which platform do you use? Windows/Linux/macOS?
Best regards Lars
Hi,
I'm using Kubuntu 24.04.
Ok, we will take a look at it. We currently only test on windows and macos.