Re: [Idle-dev] IDLE extension to integrate 3rd party checkers and analyzers

2014-07-02 Thread Saimadhav Heblikar
On 2 July 2014 12:27, Saimadhav Heblikar wrote: > >Getting the checker specific api file into the users system could be >done through existing framework: pip >To ensure that the checker is present on the users system, we could >mark it as a dependency when uploading to PyPI. > Hi, As a proof of c

Re: [Idle-dev] IDLE extension to integrate 3rd party checkers and analyzers

2014-07-02 Thread Terry Reedy
On 7/2/2014 2:57 AM, Saimadhav Heblikar wrote: Preface: The existing approach of using subprocess http://bugs.python.org/issue21880 did not yield good result on 3 major platforms. Are there problems on Mac? I have not completely given up on subprocess on Windows for other uses, but for checkin

Re: [Idle-dev] IDLE extension to integrate 3rd party checkers and analyzers

2014-07-02 Thread Terry Reedy
On 7/2/2014 3:07 PM, Terry Reedy wrote: On 7/2/2014 2:57 AM, Saimadhav Heblikar wrote: Preface: The existing approach of using subprocess http://bugs.python.org/issue21880 did not yield good result on 3 major platforms. Are there problems on Mac? I have not completely given up on subprocess on