> #code
> import win32com.client
> o = win32com.client.Dispatch("MAX.Application.8")
> o.mypingmax("test string")
>
> # Python Error
>
> Traceback (most recent call last):
> File "", line 1, in ?
> File
> "C:\Python24\lib\site-packages\win32com\client\dynamic.py", line
> 491, in __getattr__
>
Hey Guys, Im new to working with com but i only want to do one thing.
I have activestate python and am trying to get python to run a simple
function in a com enabled 3d program called 3dsmax. If i try and
execute a function over the com interface it works fine as long as i
dont try and run the