_From [email protected] on 2013-12-08T17:15:41Z_
Please note that reporting bugs from Spyder's help menu ("?" > "Report
issue...") will fill version details for Spyder, Python and Qt in this description for you.
What steps will reproduce the problem?
Please provide any additional information below
. It was working recently very well, but suddenly the main window doesn't appear at all.
_Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1672_
_From ccordoba12 on 2013-12-11T17:27:57Z_
What happens if you open a terminal (i.e. cmd.exe), then run in it
spyder --reset
then start Spyder again?
You may also need to install pywin32 (if you don't have it installed).
_From [email protected] on 2013-12-12T02:44:16Z_
the spyder --reset apparently solved the problem. the output is:
C:\Users\reza\Desktop>spyder --reset
* Reset Spyder settings to defaults *
removing: C:\Users\reza.spyder2.inspector
removing: C:\Users\reza.spyder2.onlinehelp
removing: C:\Users\reza.spyder2.spyder.ini
removing: C:\Users\reza.spyder2.temp.py
removing: C:\Users\reza.spyder2\template.py
removing: C:\Users\reza.spyder2.history.py
removing: C:\Users\reza.spyder2.history_internal.py
removing: C:\Users\reza.spyder2.ropeproject
removing: C:\Users\reza.spyder2.workingdir
thanks
_From [email protected] on 2013-12-12T11:03:43Z_
So it may be considered fixed by the usual "spyder --reset" workaround.
At school :
_From contrebasse on 2013-12-12T11:59:49Z_
It seems that the config file is easily corrupted as many issues are fixed by resetting the config. Maybe the file saving should be refactored somehow sometimes in the future ? If a very resilient interface is wanted, sqlite can be used as the db is "guaranteed" to never be corrupted even if the application crashes in the middle of the file writing.
Closing this old bug.
I had the same issue that the GUI disappearing. then ran "spyder --reset" in command prompt (cme.exe).
Most helpful comment
_From ccordoba12 on 2013-12-11T17:27:57Z_
What happens if you open a terminal (i.e. cmd.exe), then run in it
spyder --reset
then start Spyder again?
You may also need to install pywin32 (if you don't have it installed).