##// END OF EJS Templates
Added a warning when twisted is not detected
laurent dufrechou -
Show More
@@ -95,6 +95,8 b' class MyFrame(wx.Frame):'
95 warn_text +='Please Note that this work is still EXPERIMENTAL\n'
95 warn_text +='Please Note that this work is still EXPERIMENTAL\n'
96 warn_text +='It does NOT emulate currently all the IPython functions.\n'
96 warn_text +='It does NOT emulate currently all the IPython functions.\n'
97 warn_text +="\nIf you use MATPLOTLIB with show() you'll need to deactivate the THREADING option.\n"
97 warn_text +="\nIf you use MATPLOTLIB with show() you'll need to deactivate the THREADING option.\n"
98 if(not sync_ok):
99 warn_text +="\n->No twisted package detected, IPython1 example deactivated."
98
100
99 dlg = wx.MessageDialog(self,
101 dlg = wx.MessageDialog(self,
100 warn_text,
102 warn_text,
General Comments 0
You need to be logged in to leave comments. Login now