machinalis / ninja_ipython_console

An IPython console plugin for Ninja
GNU General Public License v3.0
1 stars 1 forks source link

I have a bug with this plugin #1

Open tofol opened 10 years ago

tofol commented 10 years ago

When I start ninja I have this error message

Traceback (most recent call last): File "/usr/share/ninja-ide/ninja_ide/core/plugin_manager.py", line 325, in load plugin_instance.initialize() File "/home/tobal/.ninja_ide/addins/plugins/ipythonconsole/ipythonconsole_1_1_x_compat.py", line 59, in initialize self.ipython_console.kernel_client = kernel_client File "/usr/lib/python2.7/dist-packages/IPython/qt/base_frontend_mixin.py", line 64, in kernel_client self._started_channels() File "/usr/lib/python2.7/dist-packages/IPython/qt/console/ipython_widget.py", line 280, in _started_channels self.kernel_client.kernel_info() AttributeError: 'QtInProcessKernelClient' object has no attribute 'kernel_info'

I'm using the latest Ubuntu version with Ipython 1.1.0 version from launchpad repositories. Thanks

motioncircus commented 10 years ago

I have the same issue.. please advise