错误弹框的内容:Pylinter could not automatically determined the path to lint.py. Please provide one in the settings file using the pylint_path variable. NOTE: If you are using a Virtualenv, the problem might be resolved by launching Sublime Text from correct Virtualenv.
翻译后的内容:Pylinter无法自动确定 'lint.py' 的路径。 请在设置文件中提供一个使用 pylint_path 变量。注意:如果您使用的是虚拟环境中,从正确的虚拟环境中启动 Sublime Text 问题可能解决。
解决办法:1. 先下载pylinter,1). https://pypi.python.org/pypi/pylint 官网上有多个版本,选择一个合适自己的,本人选择最新版本
2). http://www.logilab.org/project/pylint 1.0.0 版本
2. 下载文件后解压,查看是否存在 lint.py、setup.py 这两个文件,没有说明君下载的文件有误。
3. 启动 cmd 命令行,切换到解压缩这个文件夹(包含上面两个文件的文件夹)
4. 运行命令: python setup.py install, 命令执行需要稍等几秒钟。
5. 最后咱们设置一下 Pylinter.sublime-settings -> pylint_path 变量 “pylint_path”: “pylint 的路径”
现在君可以运行 Sublime Text