FS#46073 - [spyder] spyder error

Attached to Project: Community Packages
Opened by HKKH (HKKH) - Saturday, 22 August 2015, 13:56 GMT
Last edited by Muflone (muflone) - Saturday, 22 August 2015, 19:10 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Muflone (muflone)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hi!
I can not start spyder 2.3.5.2-1...


/usr/lib/python2.7/site-packages/IPython/qt.py:13: ShimWarning: The `IPython.qt` package has been deprecated. You should import from qtconsole instead.
"You should import from qtconsole instead.", ShimWarning)
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/spyderlib/spyder.py", line 2336, in main
mainwindow = run_spyder(app, options, args)
File "/usr/lib/python2.7/site-packages/spyderlib/spyder.py", line 2220, in run_spyder
main.setup()
File "/usr/lib/python2.7/site-packages/spyderlib/spyder.py", line 766, in setup
from spyderlib.plugins.inspector import ObjectInspector
File "/usr/lib/python2.7/site-packages/spyderlib/plugins/inspector.py", line 41, in <module>
from spyderlib.widgets.ipython import IPythonControlWidget
File "/usr/lib/python2.7/site-packages/spyderlib/widgets/ipython.py", line 28, in <module>
pygments_patch.apply()
File "/usr/lib/python2.7/site-packages/spyderlib/pygments_patch.py", line 27, in apply
from IPython.frontend.qt.console.pygments_highlighter import RegexLexer
ImportError: No module named pygments_highlighter
This task depends upon

Closed by  Muflone (muflone)
Saturday, 22 August 2015, 19:10 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in 2.3.5.2-2
Comment by Muflone (muflone) - Saturday, 22 August 2015, 17:43 GMT Comment by Muflone (muflone) - Saturday, 22 August 2015, 19:09 GMT
Fixed in 2.3.5.2-2 by applying the upstream patch, until 2.3.6 will be released

Loading...