You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the default Emacs color scheme in Spyder caused it to crash
Traceback
File "C:\Users\Skyler\Anaconda2\envs\py36\lib\site-packages\spyder\plugins\configdialog.py", line 214, in accept
configpage.apply_changes()
File "C:\Users\Skyler\Anaconda2\envs\py36\lib\site-packages\spyder\plugins\configdialog.py", line 104, in apply_changesself.apply_callback()
File "C:\Users\Skyler\Anaconda2\envs\py36\lib\site-packages\spyder\plugins\configdialog.py", line 269, in <lambda>self.apply_settings(self.changed_options))
File "C:\Users\Skyler\Anaconda2\envs\py36\lib\site-packages\spyder\plugins\configdialog.py", line 1183, in apply_settingsself.main.ipyconsole.apply_plugin_settings(['color_scheme_name'])
File "C:\Users\Skyler\Anaconda2\envs\py36\lib\site-packages\spyder\plugins\ipythonconsole.py", line 710, in apply_plugin_settings
client.set_color_scheme(color_scheme_o)
File "C:\Users\Skyler\Anaconda2\envs\py36\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 439, in set_color_schemeself.shellwidget.set_color_scheme(color_scheme, reset)
File "C:\Users\Skyler\Anaconda2\envs\py36\lib\site-packages\spyder\widgets\ipythonconsole\shell.py", line 144, in set_color_schemeself.reset(clear=True)
File "C:\Users\Skyler\Anaconda2\envs\py36\lib\site-packages\qtconsole\frontend_widget.py", line 665, in resetself._show_interpreter_prompt()
File "C:\Users\Skyler\Anaconda2\envs\py36\lib\site-packages\qtconsole\jupyter_widget.py", line 348, in _show_interpreter_prompt
msg_id =self.kernel_client.execute('', silent=True)
AttributeError: 'NoneType' object has no attribute 'execute'
@dalthviz, please work on this one by catching AttributeError around self.shellwidget.set_color_scheme(color_scheme, reset) in the method set_color_scheme of ClientWidget (in client.py)
Problem Description
What steps will reproduce the problem?
Changing the default Emacs color scheme in Spyder caused it to crash
Traceback
Package Versions
Dependencies
The text was updated successfully, but these errors were encountered: