> I'd like to know if it is possible to call the win32com.client > component using Python on MAC OS X (or maybe Linux) and, if so, how?
OS X doesn't really do COM; it's mostly Apple events at the desktop level. See <http://appscript.sourceforge.net> for a Python-AE bridge. If you want more detailed advice, give some info about what you want to do. HTH -- http://mail.python.org/mailman/listinfo/python-list