You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.open the python(x,y) home dialog
2.select Spyder --light
3.press the button to start it What is the expected output? What do you see instead? The dialog "Spyder crashed during last session" appears.
Please provide any additional information below
. spyder_crash.log contains:
Traceback (most recent call last):
File "C:\Python26\lib\site-packages\spyderlib\spyder.py", line 1525, in main
mainwindow = run_spyder(app, options)
File "C:\Python26\lib\site-packages\spyderlib\spyder.py", line 1461, in run_spyder
main.setup()
File "C:\Python26\lib\site-packages\spyderlib\spyder.py", line 773, in setup
self.setup_layout(default=False)
File "C:\Python26\lib\site-packages\spyderlib\spyder.py", line 799, in setup_layout
is_maximized = get_func('main', prefix+'is_maximized')
File "C:\Python26\lib\site-packages\spyderlib\userconfig.py", line 238, in get
raise RuntimeError("Unknown option %r" % option)
RuntimeError: Unknown option 'lightwindow/is_maximized'
From asterbom...@gmail.com on 2011-04-18T07:27:15Z
What steps will reproduce the problem?
1.open the python(x,y) home dialog
2.select Spyder --light
3.press the button to start it What is the expected output? What do you see instead? The dialog "Spyder crashed during last session" appears.
Please provide any additional information below
. spyder_crash.log contains:
Traceback (most recent call last):
File "C:\Python26\lib\site-packages\spyderlib\spyder.py", line 1525, in main
mainwindow = run_spyder(app, options)
File "C:\Python26\lib\site-packages\spyderlib\spyder.py", line 1461, in run_spyder
main.setup()
File "C:\Python26\lib\site-packages\spyderlib\spyder.py", line 773, in setup
self.setup_layout(default=False)
File "C:\Python26\lib\site-packages\spyderlib\spyder.py", line 799, in setup_layout
is_maximized = get_func('main', prefix+'is_maximized')
File "C:\Python26\lib\site-packages\spyderlib\userconfig.py", line 238, in get
raise RuntimeError("Unknown option %r" % option)
RuntimeError: Unknown option 'lightwindow/is_maximized'
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=630
The text was updated successfully, but these errors were encountered: