[wingide-users] Wing 3b1 and pylint
David Montgomery
davidlmontgomery at gmail.com
Sat Aug 25 15:31:43 MDT 2007
Hi,
I recently started using Wing 3 beta 1. So far, so good.
The included pylint script, however, wasn't working for me. I looked at
the diffs relative to my 2.1 script, and decided to try changing line 168
(or so) from the new
cmd = '"%s" "%s" --reports=n --parseable=n --include-ids=yes --html=n %s' % (
back to the old
cmd = '"%s" "%s" --reports=n --include-ids=yes %s' % (
With this change in place, it's working for me.
This is on WinXP, Python 2.5, and whatever was the latest engenix
and logilab tools as of 2007-07-24.
David
More information about the wingide-users
mailing list