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
What is the expected output? What do you see instead?
Please provide any additional information below
File "/Users/goldiefan/anaconda3/lib/python3.6/site-packages/spyder/plugins/help.py", line 838, in toggle_plain_text
self.force_refresh()
File "/Users/goldiefan/anaconda3/lib/python3.6/site-packages/spyder/plugins/help.py", line 750, in force_refresh
self.set_object_text(None, force_refresh=True)
File "/Users/goldiefan/anaconda3/lib/python3.6/site-packages/spyder/plugins/help.py", line 765, in set_object_text
found = self.show_help(text, ignore_unknown=ignore_unknown)
File "/Users/goldiefan/anaconda3/lib/python3.6/site-packages/spyder/plugins/help.py", line 928, in show_help
shell = self.get_shell()
File "/Users/goldiefan/anaconda3/lib/python3.6/site-packages/spyder/plugins/help.py", line 890, in get_shell
if not hasattr(self.shell, 'get_doc') or not self.shell.is_running():
AttributeError: 'InternalShell' object has no attribute 'is_running'
ccordoba12
changed the title
something went wrong...I'm a greenhorn...sorry....
AttributeError: 'InternalShell' object has no attribute 'is_running'
Oct 24, 2017
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
File "/Users/goldiefan/anaconda3/lib/python3.6/site-packages/spyder/plugins/help.py", line 838, in toggle_plain_text
self.force_refresh()
File "/Users/goldiefan/anaconda3/lib/python3.6/site-packages/spyder/plugins/help.py", line 750, in force_refresh
self.set_object_text(None, force_refresh=True)
File "/Users/goldiefan/anaconda3/lib/python3.6/site-packages/spyder/plugins/help.py", line 765, in set_object_text
found = self.show_help(text, ignore_unknown=ignore_unknown)
File "/Users/goldiefan/anaconda3/lib/python3.6/site-packages/spyder/plugins/help.py", line 928, in show_help
shell = self.get_shell()
File "/Users/goldiefan/anaconda3/lib/python3.6/site-packages/spyder/plugins/help.py", line 890, in get_shell
if not hasattr(self.shell, 'get_doc') or not self.shell.is_running():
AttributeError: 'InternalShell' object has no attribute 'is_running'
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: