sublimetext2 - Pylinter in sublime text 2 throws error when saving python script -


i have installed sublime text 2 , sublimelinter. works fine when try save python file throws following error @ me.

writing file /home/asd/git/regex-gen/regular_expressions.py encoding utf-8 exception occured when running pep8 checker: 'int' object has no attribute 'lineno' error: fatal pylint error: pylint.utils.unknownmessage: no such message id c0303 

please have idea why happening?

edit: have tried switch pep8 check off, problem persists error log changed bit to:

writing file /home/asd/git/regex-gen/supportive_functions.py encoding utf-8 error: fatal pylint error: pylint.utils.unknownmessage: no such message id c0303 

eventually turned out, problem caused pylinter package, had installed in parallel sublimelinter. removing pylinter package solved issue.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -