[Pythonmac-SIG] Getting window class names on OSX?

2008-11-04 Thread Patrick Li
Hi, I'm interested in finding a way to enumerate through all the open windows on OSX and getting their window title names. On windows, I can call *win32gui* .*EnumWindows to get this information. I haven't found a similar way to do it for OSX yet.* Thanks in advance, Patrick

[Pythonmac-SIG] newbie questions: import site failed and proper location of site-packages

2008-11-04 Thread Hunt Culver
I was trying to put my own .py modules in the site-packages folder but they were loading as expected, so I searched various threads and discovered there are many possible site-package directories on a Mac OS 10.5 system. Then after more troubleshoot I discovered that import site was not w