If I already have another IPython Kernel/Console open I get a slightly different error in the internal console and a couple of message boxes. The console error is given below and the message box screen grabs are attached.
>>> Traceback (most recent call last):
File "C:\dev\code\spyderlib\spyderlib\plugins\ipythonconsole.py", line 582, in refresh_plugin
Traceback (most recent call last):
File "C:\dev\code\spyderlib\spyderlib\plugins\__init__.py", line 201, in visibility_changed
self.refresh_plugin() #XXX Is it a good idea?
File "C:\dev\code\spyderlib\spyderlib\plugins\ipythonconsole.py", line 582, in refresh_plugin
self.main.extconsole.tabwidget.setCurrentIndex(idx)
TypeError: QTabWidget.setCurrentIndex(int): argument 1 has unexpected type 'NoneType'
self.main.extconsole.tabwidget.setCurrentIndex(idx)
TypeError: QTabWidget.setCurrentIndex(int): argument 1 has unexpected type 'NoneType'
Traceback (most recent call last):
File "C:\dev\code\spyderlib\spyderlib\plugins\__init__.py", line 201, in visibility_changed
Traceback (most recent call last):
File "C:\dev\code\spyderlib\spyderlib\plugins\__init__.py", line 201, in visibility_changed
self.refresh_plugin() #XXX Is it a good idea?
File "C:\dev\code\spyderlib\spyderlib\plugins\ipythonconsole.py", line 582, in refresh_plugin
self.main.extconsole.tabwidget.setCurrentIndex(idx)
TypeError: QTabWidget.setCurrentIndex(int): argument 1 has unexpected type 'NoneType'
self.refresh_plugin() #XXX Is it a good idea?
File "C:\dev\code\spyderlib\spyderlib\plugins\ipythonconsole.py", line 582, in refresh_plugin
self.main.extconsole.tabwidget.setCurrentIndex(idx)
TypeError: QTabWidget.setCurrentIndex(int): argument 1 has unexpected type 'NoneType'
-Dave