eclipse+pydev错误:Unexpected IO Exception in Pydev debugger
是什么原因?
python:3.3
pydev:2.8.1
建议从这里的源代码找线索:
try { PythonRunner.run(runConfig, launch, monitor); } catch (IOException e) { Log.log(e); throw new CoreException(PydevDebugPlugin.makeStatus(IStatus.ERROR, "Unexpected IO Exception in Pydev debugger", null)); }
要怎么做?我不会这个
@还没有: 这是IO错误,可能与某些配置文件有关
@dudu: 是啊,怎么做呢?不会这个啊