[wingide-users] Re: Wing 3b1 and pylint
David Montgomery
davidlmontgomery at gmail.com
Sat Aug 25 16:38:34 MDT 2007
Also, it looks like one should comment out lines 183-189 (the
error if result == ""). Otherwise, if your file has 0 errors, warnings, and
info messages, you'll get a message saying that the command failed
to run, when really what happened was that it failed to find anything
to complain about.
I think this was part of Markus Meyer's 1.1 changes -- I haven't
looked to see if there are other changes that should be brought
over.
David
On 8/25/07, David Montgomery <davidlmontgomery at gmail.com> wrote:
> 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