Some questions: - Which operating system do you use? - How did you install Spyder in the first place? Did you use PythonXY or WinPython or what else? - Which spyder version are you using? - What is the output, if you enter: path at the command line?
Best regards: Uwe Fechner On Tuesday, July 2, 2013 4:31:44 AM UTC+2, 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' > -- 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.
