python - Spyder crashes on startup and the reset command doesn't work because it cannot find spyderlib.spyder -


i have been using spyder until crashed today. on startup, said please use

python spyder --reset  

if problem persists. when run command following error:

c:\program files\python27\scripts>python spyder --reset traceback (most recent call last):   file "spyder", line 2, in <module>     spyderlib import start_app importerror: no module named spyderlib 

i tried suggestion , got similar results

c:\program files\python27\scripts>python -c "from spyderlib.spyder import main; main()" --reset traceback (most recent call last):   file "<string>", line 1, in <module> importerror: no module named spyderlib.spyder 

any suggestions?


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -