From b364c8aad5d4330faed4e3262906d53bb0c62ebb Mon Sep 17 00:00:00 2001 From: MinRK Date: Wed, 20 Oct 2010 02:54:12 -0700 Subject: [PATCH] added zmq controller/engine entry points --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index f6c7e99fc..fe18c0bd9 100755 --- a/setup.py +++ b/setup.py @@ -215,9 +215,8 @@ if 'setuptools' in sys.modules: 'ipython = IPython.frontend.terminal.ipapp:launch_new_instance', 'ipython-qtconsole = IPython.frontend.qt.console.ipythonqt:main', 'pycolor = IPython.utils.PyColorize:main', - # 'ipcontroller = IPython.kernel.ipcontrollerapp:launch_new_instance', - # 'ipengine = IPython.kernel.ipengineapp:launch_new_instance', - # 'ipcluster = IPython.kernel.ipclusterapp:launch_new_instance', + 'ipcontrollerz = IPython.zmq.parallel.controller:main', + 'ipenginez = IPython.zmq.parallel.engine:main', 'iptest = IPython.testing.iptest:main', 'irunner = IPython.lib.irunner:main' ]