Replies: 4 comments 2 replies
-
How does this relate to NiceGUI? Without seeing any code leading to this RuntimeError in tkinter, it's hard to help. |
Beta Was this translation helpful? Give feedback.
-
Are you using Tkinter? |
Beta Was this translation helpful? Give feedback.
-
Not explicitly, no. I wasn't sure what it was until I googled it. I assumed nicegui was, but there's no larger stack trace to confirm that.
Fair question. Sorry, I was hoping someone might say "oh I've seen that before. Are you doing this perchance?". My current theory is that it's because I'm doing extra post processing of data inside an I think the post processing should ideally go in a |
Beta Was this translation helpful? Give feedback.
-
I have the same issue. I guess (but could not yet verify) it comes from using matplotlib or pyplot which uses as default TKAGG as backend. (S. also e.g. https://stackoverflow.com/questions/52839758/matplotlib-and-runtimeerror-main-thread-is-not-in-main-loop ) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Can anyone tell me what this error means?
I thought I knew at least where I introduced it but after restarting my session I'm seeing it more. If I understood it I might be able to get it into a small reproducible example.
Beta Was this translation helpful? Give feedback.
All reactions