##// END OF EJS Templates
Added a warning message, if you use MATPLOTLIB you will have to deactivate threading or the window will not be shown.
laurent dufrechou -
Show More
@@ -87,6 +87,7 b' class MyFrame(wx.Frame):'
87 warn_text = 'Hello from IPython and wxPython.\n'
87 warn_text = 'Hello from IPython and wxPython.\n'
88 warn_text +='Please Note that this work is still EXPERIMENTAL\n'
88 warn_text +='Please Note that this work is still EXPERIMENTAL\n'
89 warn_text +='It does NOT emulate currently all the IPython functions.\n'
89 warn_text +='It does NOT emulate currently all the IPython functions.\n'
90 warn_text +="\nIf you use MATPLOTLIB with show() you'll need to deactivate the THREADING option.\n"
90
91
91 dlg = wx.MessageDialog(self,
92 dlg = wx.MessageDialog(self,
92 warn_text,
93 warn_text,
General Comments 0
You need to be logged in to leave comments. Login now