Using latest Spyder/IPython the IPython Client window no longer opens when
I start Spyder. When I manually open one it seems fine until I try to copy
(Ctrl-C) some text in the client window when I get the following error
message.
>>> Traceback (most recent call last):
File "c:\dev\code\ipython\IPython\frontend\qt\console\console_widget.py",
line 331, in eventFilter
return self._event_filter_console_keypress(event)
File
"c:\dev\code\ipython\IPython\frontend\qt\console\frontend_widget.py", line
302, in _event_filter_console_keypress
return super(FrontendWidget, self)._event_filter_console_keypress(event)
File "c:\dev\code\ipython\IPython\frontend\qt\console\console_widget.py",
line 1029, in _event_filter_console_keypress
self.copy()
File
"c:\dev\code\ipython\IPython\frontend\qt\console\frontend_widget.py", line
181, in copy
if self._page_control.hasFocus():
AttributeError: 'NoneType' object has no attribute 'hasFocus'
Not sure if the bug is on the IPython side there.
When I try to F9 some code in the editor the following error is thrown:
>>> Traceback (most recent call last):
File "C:\dev\code\spyderlib\spyderlib\spyder.py", line 1584, in
execute_python_code_in_external_console
self.extconsole.execute_python_code(lines)
File "C:\dev\code\spyderlib\spyderlib\plugins\externalconsole.py", line
586, in execute_python_code
ipw = self.main.ipyconsole.get_ipython_widget(id(shellwidget))
File "C:\dev\code\spyderlib\spyderlib\plugins\ipythonconsole.py", line
590, in get_ipython_widget
raise ValueError, "Unknown kernel widget ID %r" % kernel_widget_id
ValueError: Unknown kernel widget ID 150418896
-Dave
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/spyderlib/-/PqyDlhM38v4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/spyderlib?hl=en.