##// END OF EJS Templates
Added a warning when twisted is not detected
laurent dufrechou -
Show More
@@ -95,7 +95,9 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
98 if(not sync_ok):
99 warn_text +="\n->No twisted package detected, IPython1 example deactivated."
100
99 dlg = wx.MessageDialog(self,
101 dlg = wx.MessageDialog(self,
100 warn_text,
102 warn_text,
101 'Warning Box',
103 'Warning Box',
General Comments 0
You need to be logged in to leave comments. Login now