From 3f5eec207de52d09d5f0dd7a6076cb54943ab434 2011-07-30 04:56:13 From: Fernando Perez Date: 2011-07-30 04:56:13 Subject: [PATCH] Print correct error message if user types in %gui in the zmq shell. --- diff --git a/IPython/zmq/zmqshell.py b/IPython/zmq/zmqshell.py index 840a628..218ebe8 100644 --- a/IPython/zmq/zmqshell.py +++ b/IPython/zmq/zmqshell.py @@ -396,7 +396,7 @@ class ZMQInteractiveShell(InteractiveShell): def magic_gui(self, *args, **kwargs): raise NotImplementedError( - 'GUI support must be enabled in command line options.') + 'Kernel GUI support is not implemented yet, except for --pylab.') def magic_pylab(self, *args, **kwargs): raise NotImplementedError(