Tip/programming
2013.08.20 15:55
[Sublime Text] SublimeLinter 1.7.2 Exception
다음과 같은 에러가 나타난다.
An exception occured when running pep8 checker: 'int' object has no attribute 'lineno'
해결법
1. SublimeLinter가 설치된 경로로 들어간 다음
2. /loc/to/sublimelinter/modules/libs/pyflakes/messgae.py 의 12번째 줄을
3. self.lineno = loc
로 수정한다.
https://github.com/SublimeLinter/SublimeLinter/pull/520/files
'Tip > programming' 카테고리의 다른 글
Flask Tutorial (0) | 2013.11.23 |
---|---|
[Sublime Text] SublimeLinter 1.7.2 Exception (0) | 2013.08.20 |
git cheat sheet (0) | 2013.06.08 |
IDE에서 C++11 Standard를 지원하는지 확인하는 방법 (0) | 2013.05.31 |
Visual Studio 작업물을 메일로 보낼 때 주의사항 (0) | 2013.05.31 |
tree.hh (0) | 2013.05.17 |