Hi,

I was trying pylint out with Python 3.4 (and 3.3) and it's not returning
much for output when I run it:

(myenv) c:\test\myenv>Scripts\pylint pint.py
No config file found, using default configuration
************* Module pint
E: 16, 0: invalid syntax (syntax-error)

I am running it against the code from my blog post here:
http://www.blog.pythonlibrary.org/2012/06/12/pylint-analyzing-python-code/

I would expect to see the verbose output I get when I run it with Python
2.x where pylint tells me what's actually wrong with the code (see article
for Python 2's output). Does anyone know how to fix this?

I am using pylint-script.py 1.1.0, astroid 1.0.1, common 0.61.0, Python
3.4.0 on Windows 7.

Thanks!

-------------------
Mike Driscoll

Blog:   http://blog.pythonlibrary.org
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to