I am in serious need of the ability to query the list of running
process to check and see if an EXE (that I choose) is running under
Python 2.4.1. I found an example to do this at the following url:

http://tgolden.sc.sabren.com/python/wmi_cookbook.html

and a similar example that uses GetObject('winmgmts:') but I recieve
errors when I try to use these methods. I would like to use a 'pure'
python approach as I see the win32process enumProcesses call.

Has anyone done this? 

mark
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to