Sublime Forum

Sublime Text 3 PHP and Python Sublimelinter not working?

#1

Sublime linter PHP, Python does not work for me. It worked before but i don’t know what the problem exactly it not working now.

Sublime console show for PHP .php file. I use xampp v3.2.2 AND PHP 5.6.21 (cli) (built: Apr 27 2016 20:13:54).

SublimeLinter: php activated: F:\xampp\php\php.exe 
Emmet: No need to update PyV8
SublimeLinter: ERROR: could not launch ['F:\\xampp\\php\\php.exe', '-l', '-n', '-d', 'display_errors=On', '-d', 'log_errors=Off'] 
SublimeLinter: reason: [Errno 2] No such file or directory 
SublimeLinter: PATH: C:\... ... ...

Sublime console show for Python .py file. I use python-3.6.2.exe

reloading plugin SublimeLinter-pylint.linter
SublimeLinter: pylint linter loaded 
SublimeLinter: ERROR: could not launch 'C:\\Users\\...\\AppData\\Local\\Programs\\Python\\Python36-32\\python.exe' 
SublimeLinter: reason: [Errno 2] No such file or directory 
SublimeLinter: PATH: C:\... ... ...

I don’t what happening on there for this error.

Linter Works Fine for javascript.

SublimeLinter: jshint linter loaded 
SublimeLinter: jshint activated: C:\...\...\AppData\...\...\jshint.cmd 

If any one can solve this problem please help me.

0 Likes