sublimetext2 - sublime text 2 phpcs plugin python error -
i using sublime text 2 plugins. can't seem work phpcs plugin, because after saving file, gives me ugly error:
writing file /applications/xampp/xamppfiles/htdocs/myproject/application/libraries/authentication.php encoding utf-8 exception in thread thread-15: traceback (most recent call last): file "/system/library/frameworks/python.framework/versions/2.6/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() file "/system/library/frameworks/python.framework/versions/2.6/lib/python2.6/threading.py", line 484, in run self.__target(*self.__args, **self.__kwargs) file "./phpcs.py", line 398, in run file "./phpcs.py", line 128, in get_errors file "./phpcs.py", line 194, in execute file "./phpcs.py", line 197, in parse_report file "./phpcs.py", line 149, in shell_out file "/system/library/frameworks/python.framework/versions/2.6/lib/python2.6/subprocess.py", line 623, in __init__ errread, errwrite) file "/system/library/frameworks/python.framework/versions/2.6/lib/python2.6/subprocess.py", line 1141, in _execute_child raise child_exception oserror: [errno 2] no such file or directory
i have tried respective files, don't know python @ don;t know :-/
could please ?
i ended using sublimelinter plugin provides showing-potential-errors feature wanted phpcs plugin.
the plugin located in this github repo.
hope helps having problem using phpcs library.
@daniel: help
Comments
Post a Comment