Resolved this issue by resetting with this comand *python -c "from spyderlib.spyder import main; main()" --reset*
Thanks On Thursday, 19 May 2016 01:26:09 UTC+5:30, MOHD HOMAIDUR RAHMAN wrote: > > > Dear Spyder Developers > > I am working with pytraj (a molecular dynamics trajectory analysis tool) > and numpy pakage. During running my code spyder crash. So I uninstall > spyder and reinstall again but still I am facing samilar issue. > > This is crash log file > > ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' > Traceback (most recent call last): > File > "/home/rahman/anaconda3/lib/python3.5/site-packages/spyderlib/spyder.py", > line 2331, in main > mainwindow = run_spyder(app, options, args) > File > "/home/rahman/anaconda3/lib/python3.5/site-packages/spyderlib/spyder.py", > line 2215, in run_spyder > main.setup() > File > "/home/rahman/anaconda3/lib/python3.5/site-packages/spyderlib/spyder.py", > line 768, in setup > self.editor = Editor(self) > File > "/home/rahman/anaconda3/lib/python3.5/site-packages/spyderlib/plugins/editor.py", > > line 451, in __init__ > self.editorsplitter.set_layout_settings(layout) > File > "/home/rahman/anaconda3/lib/python3.5/site-packages/spyderlib/widgets/editor.py", > > line 2053, in set_layout_settings > editor.go_to_line(clines[index]) > IndexError: list index out of range > > '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' > > I install spyder: 2.3.9-py35_0 through conda on Centos 7 with python3.5. > > Thanks & regards > Rahman > > -- 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 https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
