Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

PyLint not running in Eclipse

📅 2015-Jan-02 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ eclipse, error, pylint ⬩ 📚 Archive

Problem

PyLint in Eclipse is not being executed when you save a Python file open in the Editor. PyLint worked fine for me with Python 2.x. But, when I used a Python 3.x interpreter, PyLint gave this problem.

Solution

20150102-pylint-error

Add the directory that contains the source file to Project -> Properties -> PyDev - PYTHONPATH -> Source Folders. Restart Eclipse. PyLint should work after this.

Tried with: PyLint 1.4.0, Python 3.4.0, Eclipse 4.4.1 and Ubuntu 14.04


© 2022 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧