从Ubuntu 17.04升级到17.10之后我无法使用Spyder 3.1.4,因为我无法对Spyder本身进行基本配置。
我无法配置(即菜单Run | Configure
或Ctrl-F6)我在内部控制台上收到以下错误
>>> Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/spyder/plugins/editor.py", line 2300, in edit_run_configurations dialog.setup(fname) File "/usr/lib/python2.7/dist-packages/spyder/plugins/runconfig.py", line 426, in setup widget.set(options) File "/usr/lib/python2.7/dist-packages/spyder/plugins/runconfig.py", line 260, in set self.wd_cb.setChecked(self.runconf.wdir_enabled) TypeError: setChecked(self, bool): argument 1 has unexpected type 'NoneType'
我在Spyder 3.1.4上使用Python 2.7.14 64位,Qt 5.91,在Linux上运行PyAt5 5.7。
我想我可以用pip开始卸载和重新安装,但我希望有人知道问题是什么,也许有更简单的解决方案。
答案 0 :(得分:0)
请在系统终端(即cmd.exe
或xterm
)spyder --reset
中运行,然后重试。这应该可以解决你的问题。