Hi everyone, First day trying to use MacPython, fairly experienced with Python. Can someone tell me how to get a list of the processes running on the machine? I see Finder.processes and I can use Finder.Finder() Is it something like: f = Finder.Finder() f.sendevent(...?) Please help.