Open omlins opened 1 year ago
This was already fixed in acd586975622dd06fbb1c26e32bc0b1624daae59 . Unfortunately no new tag or released since then, here on Github or Pypi.
A workaround, if installing using pip
, is pointing it here instead of Pypi:
$ pip install 'ewmh @ git+https://github.com/parkouss/pyewmh'
MWE:
Resulting error:
NOTE: The error occurred also when having a window open created with
turtle
. Thus, the problem does not only occur withPySimpleGUI
, but probably with all GUIs that underneath rely ontkinter
.