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
I runned the example given for multiplot on Spyder. The first time I executed my program, it is okay, but the second time I have this mistake :
` wx.Frame.init(self, parent, -1, title, **kws)
PyNoAppError: The wx.App object must be created first!`
The text was updated successfully, but these errors were encountered:
I runned the example given for multiplot on Spyder. The first time I executed my program, it is okay, but the second time I have this mistake :
` wx.Frame.init(self, parent, -1, title, **kws)
PyNoAppError: The wx.App object must be created first!`
The text was updated successfully, but these errors were encountered: