Hello, does anybody know how to fix this error. My code is correct, although I keep on getting a black screen on pythonGraph.
When working with almost all GUI libraries, including pythonGraph
, you cannot call input
without having issues, since it’s a blocking operation, therefore the window will not get updated and the OS will flag it as “Not Responding”. (so no, your code is not correct)
On the right-hand side, where it says “Assistant”, I can see that it’s telling you what’s wrong.