win32com.client & OS X

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • n3llyb0y

    #1

    win32com.client & OS X

    Hi All,

    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?

    Cheers,
    Neil

  • has

    #2
    Re: win32com.client & OS X

    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.sourc eforge.netfor a Python-AE bridge.
    If you want more detailed advice, give some info about what you want to
    do.

    HTH

    Comment

    Working...