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
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
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