REPL中的Sublime Text 2 + Eval:句柄无效

时间:2014-06-09 18:05:52

标签: f# sublimetext2 sublimerepl

在Windows 8上使用sublime text 2,我将我的键绑定设置为:

[
{
    "keys": ["ctrl+alt+f"],
    "args": {
        "id": "repl_f#",
        "file": "config/F/Main.sublime-menu"
    },
    "command": "run_existing_window_command"
},
{
    "keys": ["ctrl+shift+enter"],
    "args": {
        "scope": "selection"
    },
    "command": "repl_transfer_current"
}

但是当我按下" ctrl + shift +输入"我收到以下错误。有谁知道如何解决这个问题?

Traceback (most recent call last):
  File ".\sublime_plugin.py", line 356, in run_
  File ".\text_transfer.py", line 123, in run
  File ".\sublimerepl.py", line 437, in find_repl
  File ".\repls\subprocess_repl.py", line 185, in is_alive
  File ".\subprocess.py", line 705, in poll
  File ".\subprocess.py", line 874, in _internal_poll
WindowsError: [Error 6] The handle is invalid

0 个答案:

没有答案