Re: [python-win32] How to add Pylint for the Komodo IDE.

2009-08-20 Thread Todd Whiteman
k c wrote: Can you please help me, to add pylint for Komodo IDE. for analyze the source code. Check out this blog (first hit from google...): http://mateusz.loskot.net/2006/01/15/running-pylint-from-komodo/ ___ python-win32 mailing list python-win32@

Re: [python-win32] Maybe the wrong newsgroup to ask ?

2010-01-27 Thread Todd Whiteman
On 10-01-27 06:12 AM, Stef Mientki wrote: hello, I'm trying to kill processes, I started myself with subprocess.popen, under windows XP, Python 2.6 Why are the subprocess.Popen methods kill() and terminate () not working, while a simple suggestion from this newsgroup, shown below, works perfect