[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Missing qt modules in python2.7



Hi all,

My IDE is throwing the following error on start up:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/ninja_ide/core/plugin_manager.py", line 319, in load
    dir_name)
  File "/usr/lib/python2.7/dist-packages/ninja_ide/core/plugin_manager.py", line 297, in _load_module
    (module, reason))
PluginManagerException: Error loading "ipythonconsole": No module named qt.console.rich_ipython_widget

I found the following in python3:

/usr/lib/python3/dist-packages/IPython/qt/console/rich_ipython_widget.py

In the python2.7 library directory, I found:

/usr/lib/python2.7/dist-packages/IPython...

No qt directory is listed.

Obviously, my IDE is using python 2.7 and can't find the qt directory because it doesn't exist.

How do I fix this.

Debian linux jessie distribution with KDE desktop

Gary R


Reply to: