在Windows操作系统上的Pylint上成功安装后,我可以在命令提示符下运行它以检查任何python文件。 但是当我在Wing IDE v 5.0上集成PyLint时,在检查任何python文件时出现以下错误
Error executing PyLint: Command failed with error=None, status=2; stderr:
python: can't open file 'C:\Python27\Scripts\pylint': [Errno 2] No such file or directory
我缺少安装或预配置的东西吗? 我已经在PATH变量中设置了Pylint.bat的位置。