Hello,

I'm a new Spyder user,I work with windows 10 and I had installed it with 
pip module in pythonxy.
After updating my spyder, the spyder cannot open again and I get this 
message

*"python.exe stopped working"*

I tried to reset settings to defaults by running Spyder with the command 
line option '--reset':

*python -c "from spyderlib.spyder import main; main()" --reset*

and still doesn't launch Spyder.


I have a spyder-crash file :























*Traceback (most recent call last):  File 
"C:\Python27\lib\site-packages\spyderlib\spyder.py", line 2331, in main    
mainwindow = run_spyder(app, options, args)  File 
"C:\Python27\lib\site-packages\spyderlib\spyder.py", line 2215, in 
run_spyder    main.setup()  File 
"C:\Python27\lib\site-packages\spyderlib\spyder.py", line 932, in setup    
from xy.config import DOC_PATH as xy_doc_path  File 
"C:\Python27\lib\site-packages\xy\config.py", line 40, in <module>    CONF 
= UserConfig('xy', defaults=DEFAULTS, version=__version__, 
subfolder='.xy')  File "C:\Python27\lib\site-packages\xy\userconfig.py", 
line 110, in __init__    if version != self.get_version(version):  File 
"C:\Python27\lib\site-packages\xy\userconfig.py", line 130, in 
get_version    return self.get(self.DEFAULT_SECTION_NAME, 'version', 
version)  File "C:\Python27\lib\site-packages\xy\userconfig.py", line 266, 
in get    self.set(section, option, default)  File 
"C:\Python27\lib\site-packages\xy\userconfig.py", line 332, in set    
self.__save()  File "C:\Python27\lib\site-packages\xy\userconfig.py", line 
167, in __save    self.write(conf_file)  File 
"C:\Python27\lib\ConfigParser.py", line 407, in write    fp.write("[%s]\n" 
% section)TypeError: must be unicode, not str*



*Any help on how to go around it. Thanks*

-- 
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.

Reply via email to