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