From 6f845f87ea12bc218e8a94a0d530d4b0d2f4580e 2009-01-24 12:43:24 From: laurent dufrechou Date: 2009-01-24 12:43:24 Subject: [PATCH] Added a warning message, if you use MATPLOTLIB you will have to deactivate threading or the window will not be shown. --- diff --git a/IPython/gui/wx/wxIPython.py b/IPython/gui/wx/wxIPython.py index aac8915..d6fd63d 100755 --- a/IPython/gui/wx/wxIPython.py +++ b/IPython/gui/wx/wxIPython.py @@ -87,6 +87,7 @@ class MyFrame(wx.Frame): warn_text = 'Hello from IPython and wxPython.\n' warn_text +='Please Note that this work is still EXPERIMENTAL\n' warn_text +='It does NOT emulate currently all the IPython functions.\n' + warn_text +="\nIf you use MATPLOTLIB with show() you'll need to deactivate the THREADING option.\n" dlg = wx.MessageDialog(self, warn_text,