[IPython-dev] Helping battle testing the newapp branch
MinRK
benjaminrk at gmail.com
Mon Jun 20 12:44:20 EDT 2011
I think your environment is stale, because ipythonqt.py has been
renamed to qtconsole.py, and you might be launching the old script via
a lingering .pyc or something.
Note that ipython-qtconsole has been removed in favor of `ipython
qtconsole` per Brian's request, except as a GUI script with
setuptools.
-MinRK
On Mon, Jun 20, 2011 at 06:00, Thomas Kluyver <takowl at gmail.com> wrote:
> I'm getting ipython-qtconsole failing in newapp:
>
> Traceback (most recent call last):
> File "/home/thomas/code/virtualenvs/ipy-trunk/bin/ipython-qtconsole", line
> 6, in <module>
> main()
> File
> "/home/thomas/code/virtualenvs/ipy-trunk/lib/python2.7/site-packages/IPython/frontend/qt/console/ipythonqt.py",
> line 224, in main
> kernel_manager.start_kernel(**kwargs)
> File
> "/home/thomas/code/virtualenvs/ipy-trunk/lib/python2.7/site-packages/IPython/frontend/qt/kernelmanager.py",
> line 208, in start_kernel
> super(QtKernelManager, self).start_kernel(*args, **kw)
> File
> "/home/thomas/code/virtualenvs/ipy-trunk/lib/python2.7/site-packages/IPython/zmq/kernelmanager.py",
> line 794, in start_kernel
> stdin_port=stdin[1], hb_port=hb[1], **kw)
> File
> "/home/thomas/code/virtualenvs/ipy-trunk/lib/python2.7/site-packages/IPython/zmq/ipkernel.py",
> line 662, in launch_kernel
> *args, **kwargs)
> TypeError: base_launch_kernel() got an unexpected keyword argument 'colors'
>
> Thomas
>
More information about the IPython-dev
mailing list