On Tue Nov 18 2014 at 1:25:07 PM Claudiu Popa wrote:
> On Mon, Nov 17, 2014 at 7:18 PM, Stefan Bucur
> wrote:
> > I'm developing a Python static analysis tool that flags common
> programming
> > errors in Python programs. The tool is meant to complement other tools
> like
> > Pylint (which perfo
On Tue Nov 18 2014 at 2:01:46 PM Dave Halter
wrote:
> Hi Stefan
>
> I'm playing with this as well in Jedi. I'm pretty far with flow analysis
> and AttributeErrors. (This includes everything you mention above except
> integer division by zero). Would be easy to implement in Jedi, though. I
> just
2014-11-25 12:29 GMT+01:00 Stefan Bucur :
>
>
> On Tue Nov 18 2014 at 2:01:46 PM Dave Halter
> wrote:
>
>> Hi Stefan
>>
>> I'm playing with this as well in Jedi. I'm pretty far with flow analysis
>> and AttributeErrors. (This includes everything you mention above except
>> integer division by zer
On Tue Nov 25 2014 at 2:27:46 PM Dave Halter
wrote:
> 2014-11-25 12:29 GMT+01:00 Stefan Bucur :
>
>>
>>
>> On Tue Nov 18 2014 at 2:01:46 PM Dave Halter
>> wrote:
>>
>>> Hi Stefan
>>>
>>> I'm playing with this as well in Jedi. I'm pretty far with flow analysis
>>> and AttributeErrors. (This inclu
We have a rather peculiar software distribution system here at work. I
downloaded, packaged, and installed astroid, logilab-common, and pylint.
When I run pylint now (1.1.0 worked just fine), I get this error:
Traceback (most recent call last):
File "/opt/local/bin/pylint", line 6, in
from
I had a similar issue and the problem was that somehow I had two setuptools
versions installed... and the older version was overwriting the new...
Hope that helps
--
Joaquin Sargiotto
El nov 25, 2014 5:54 p.m., "Skip Montanaro"
escribió:
> We have a rather peculiar software distribution system h