使用Python3.3配置sublime text 2时出错

2024-03-28 14:23:43 发布

您现在位置:Python中文网/ 问答频道 /正文

我基本上是从google上复制粘贴的。我在OSX山狮。在

{
    "cmd": ["python3", "-u", "$file"],
    "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
    "selector": "source.python"
}

我得到一个错误:

^{pr2}$

Tags: cmdsource错误googlelineselectorpython3regex