0
我在Ubuntu系統上學習python。我嘗試讀取文件時出現錯誤。python [Errno 2]沒有這樣的文件或目錄:
fw = open(outfile,"a")
outfile = 'sougou/Reduced/C000008_pre.txt'
IOError: [Errno 2] No such file or directory: 'sougou/Reduced/C000008_pre.txt'
「sougou」不存在或「sougou/Reduced」不存在 –
你在哪裏調用Python腳本?或者這是在一個交互式終端? –