With the very latest spyder & ipython (on Python2.7 win32) I'm getting the 
following traceback which prevents me opening the preferences dialog.

Spyder 2.3.0dev internal shell on Python 2.7.2 32bits [Windows]
Inspect Spyder internals:
  spy.app, spy.window, dir(spy)
>>> No handlers could be found for logger "OpenGL.Tk"
Traceback (most recent call last):
  File "C:\dev\code\spyderlib\spyderlib\spyder.py", line 1866, in 
edit_preferences
    widget = plugin.create_configwidget(dlg)
  File "C:\dev\code\spyderlib\spyderlib\plugins\__init__.py", line 184, in 
create_configwidget
    configwidget.initialize()
  File "C:\dev\code\spyderlib\spyderlib\plugins\externalconsole.py", line 
77, in initialize
    PluginConfigPage.initialize(self)
  File "C:\dev\code\spyderlib\spyderlib\plugins\configdialog.py", line 63, 
in initialize
    self.load_from_conf()
  File "C:\dev\code\spyderlib\spyderlib\plugins\configdialog.py", line 268, 
in load_from_conf
    checkbox.setChecked(self.get_option(option, default))
  File "C:\dev\code\spyderlib\spyderlib\plugins\__init__.py", line 239, in 
get_option
    return CONF.get(self.CONF_SECTION, option, default)
  File "C:\dev\code\spyderlib\spyderlib\userconfig.py", line 301, in get
    raise cp.NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'open_python_at_startup' in section: 
'console'

HTH,
Teo

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to