我正在使用Spyder附帶的python(x,y)。昨天,Spyder墜毀了,我無法弄清楚如何解決它。我卸載了python(x,y)並重新安裝,仍然是同樣的問題。Python Spyder重置
如果我嘗試打開Spyder的我得到這個消息:
Spyder crashed during last session
If Spyder does not start at all and before submitting a bug report, please try to reset setting to defaults by running Spyder with the command line option '--reset:
python spyder --reset
當然,我試圖做以上,但它似乎並不像我在我的道路有Spyder的。當我試圖把
python spyder --reset
在我的命令提示符窗口中,我得到這個錯誤信息:
python: can't open file 'spyder': [Errno 2] No such file or directory
我做出的努力的Spyder添加到路徑一些嘗試,但都失敗了。我應該如何去添加Spyder到路徑?
我在32位系統上使用Windows Vista。
我Spyder的崩潰報告如下所示:
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\spyderlib\spyder.py", line 1547, in main
mainwindow = run_spyder(app, options)
File "C:\Python27\lib\site-packages\spyderlib\spyder.py", line 1472, in run_spyder
main.setup()
File "C:\Python27\lib\site-packages\spyderlib\spyder.py", line 555, in setup
multithreaded=self.multithreaded)
File "C:\Python27\lib\site-packages\spyderlib\plugins\console.py", line 54, in __init__
light_background=light_background)
File "C:\Python27\lib\site-packages\spyderlib\widgets\internalshell.py", line 101, in __init__
debug, profile)
File "C:\Python27\lib\site-packages\spyderlib\widgets\shell.py", line 698, in __init__
ShellBaseWidget.__init__(self, parent, history_filename, debug, profile)
File "C:\Python27\lib\site-packages\spyderlib\widgets\shell.py", line 61, in __init__
self.history = self.load_history()
File "C:\Python27\lib\site-packages\spyderlib\widgets\shell.py", line 500, in load_history
if rawhistory[1] != self.INITHISTORY[1]:
IndexError: list index out of range
我可怕的這個東西,所以我可能失去了一些東西完全明顯或做一些非常愚蠢的。
我想知道是否有其他人遇到過類似的問題,或者可以給出建議,如何做,以及如何做到這一點「重置」的事情,或其他建議。
預先感謝您
嘗試:'python -c「from spyderlib。Spyder導入主要; main()「--reset' – jfs 2012-03-17 04:55:10
您的代碼工作重置Spyder,並解決了問題。現在一切正常。謝謝你非常多! – Akavall 2012-03-17 05:39:45
蟒蛇用戶的一個更多評論。我的Spyder工作正常,直到我有一個Windows崩潰。我嘗試了在網上找到的各種東西,但沒有任何工作。然後,當試圖安裝PyScripter作爲絕望的替代方案時,我在Users \ myname文件夾中找到一個名爲「.spyder2」的目錄,並在該文件夾中有一個文件夾「spyder.lock」,我只是刪除了spyder.lock文件夾,一切都可以像預碰撞一樣運行,希望這可以幫助別人 – user1269942 2014-08-20 22:06:07