python - Spyder3 crash on ubuntu - Ask Ubuntu
i install spyder3 when try run it, crash. error log this:
traceback (most recent call last): file "/usr/lib/python3/dist-packages/spyderlib/spyder.py", line 2331, in main mainwindow = run_spyder(app, options, args) file "/usr/lib/python3/dist-packages/spyderlib/spyder.py", line 2215, in run_spyder main.setup() file "/usr/lib/python3/dist-packages/spyderlib/spyder.py", line 734, in setup message=_("spyder internal console\n\n" file "/usr/lib/python3/dist-packages/spyderlib/plugins/console.py", line 74, in __init__ self.find_widget.set_editor(self.shell) file "/usr/lib/python3/dist-packages/spyderlib/widgets/findreplace.py", line 260, in set_editor spyderlib.qt.qtwebkit import qwebview file "/usr/lib/python3/dist-packages/spyderlib/qt/qtwebkit.py", line 10, in <module> pyqt4.qtwebkit import * # analysis:ignore importerror: no module named 'pyqt4.qtwebkit'
i see similar question here log error different , suggestion find not solve problem.
Comments
Post a Comment