Oops, sorry for jumping to conclusions...I could not recreate the error myself.
On Tue, Sep 17, 2013 at 10:31 AM, Carlos Córdoba <[email protected]>wrote: > Ok, I just pushed two commits which should fix this error. > > Thanks for your patience, > Carlos > > El 17/09/13 10:23, Carlos Córdoba escribió: > > @Matt, this is a real error after a first Spyder run. > > @Teo: Thanks for reporting it, I'm fixing it right now. > > Cheers, > Carlos > > El 17/09/13 10:13, matt escribió: > > It sounds like you have some invalid line in your spyder.ini file > (probably from an old version). Only I'm not sure which file to tell you, > either spyder.ini or .spyder.ini in the .spyder2 directory. Personally I > would just delete both files because I believe this would reset you with > the default settings. But probably just rename them to make sure this > doesn't break something. Come to think of it, there is a command line > option to do this, something like > > python spyder.py --reset > > On Tuesday, September 17, 2013 5:20:47 AM UTC-5, Teodora Baeva wrote: >> >> 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. > > > > -- > 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. > -- 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.
