Michael Plöckinger

Results 1 issues of Michael Plöckinger

Python 3.10 Windows 11 When i init a CtkFrame like this: ``` def __init__(self, parent, data): super().__init__(parent) ``` i always get `_tkinter.TclError: bad screen distance "200.0" ` The error is...