Dear all
I have project using wxPython with Matplotlib. They played very well together until recently, after some software upgrade of my Linux machine. I did not touch my code when the problem started to appear.
Then I run my code, I get this error: "Cannot load backend 'TkAgg' which requires the 'tk' interactive framework, as 'wx' is currently running"
Digging deeper I found that the error happens at this call (when the frame containing the Matplotlib panel is being set up):
self.figure = plt.figure()
Does anyone have an idea what is happening here or what I should be looking for?
Matthias