On Monday, July 1, 2013 8:31:44 PM UTC-6, Jean-Victor Côté wrote: > Traceback (most recent call last): > File "C:\Python27\lib\site-packages\spyderlib\spyder.py", line 2009, in > main > mainwindow = run_spyder(app, options) > File "C:\Python27\lib\site-packages\spyderlib\spyder.py", line 1921, in > run_spyder > main.setup() > File "C:\Python27\lib\site-packages\spyderlib\spyder.py", line 683, in > setup > self.editor = Editor(self) > File "C:\Python27\lib\site-packages\spyderlib\plugins\editor.py", line > 412, in __init__ > self.load(filenames) > File "C:\Python27\lib\site-packages\spyderlib\plugins\editor.py", line > 1514, in load > current_editor.set_breakpoints(load_breakpoints(filename)) > File "C:\Python27\lib\site-packages\spyderlib\plugins\editor.py", line > 53, in load_breakpoints > breakpoints = _load_all_breakpoints().get(filename, []) > File "C:\Python27\lib\site-packages\spyderlib\plugins\editor.py", line > 47, in _load_all_breakpoints > for filename in bp_dict.keys(): > AttributeError: 'str' object has no attribute 'keys' >
For some reason the list of breakpoints in your configuration file has become corrupted. Please run spyder --reset at a command prompt. Then try to restart Spyder as you normally would. Jed -- 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.
