[Pythonmac-SIG] Question about MacPython and AE

George Song george.song@webwarecorp.com
Thu, 31 Jan 2002 15:07:17 -0800


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.