OTAnalytics icon indicating copy to clipboard operation
OTAnalytics copied to clipboard

tkinter Error

Open DavidPfitzner opened this issue 1 year ago • 3 comments

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

DavidPfitzner avatar Feb 13 '25 14:02 DavidPfitzner

Hi.

Thanks for your feedback. Which platform do you use? Windows/Linux/macOS?

Best regards Lars

briemla avatar Feb 18 '25 07:02 briemla

Hi,

I'm using Kubuntu 24.04.

DavidPfitzner avatar Feb 18 '25 07:02 DavidPfitzner

Ok, we will take a look at it. We currently only test on windows and macos.

briemla avatar Feb 18 '25 09:02 briemla