Le 17 avr. 06 à 20:59, Martin v. Löwis a écrit : >> OTOH, we could just as well check in an executable that >> does all that, e.g. like the one in > > I did something like this: I checked the source of a > kill_python.exe application which looks at all running processes > and tries to kill python_d.exe. After several rounds of > experimentation, this now was able to unstick Trent's build > slave.
Sorry I'm late, but something like "os.popen('taskkill.exe /F /IM python_d.exe')" would have worked; we use this at work. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com