You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting the app with python gui.py, I get the following error:
[xcb] Unknown sequence number while appending request
[xcb] You called XInitThreads, this is not your fault
[xcb] Aborting, sorry about that.
python: xcb_io.c:157: append_pending_request: Assertion `!xcb_xlib_unknown_seq_number' failed.
If I remove the buttons, the application launches without issue.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I am trying to create a GUI application with customtkinter but I am facing an issue with just a little bit of code.
My code:
When starting the app with
python gui.py
, I get the following error:If I remove the buttons, the application launches without issue.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions