vishangshah
10-21-2008, 08:12 AM
Hi,
I am trying to make a COM connection between Python and Max,
code is simple,
import win32com.client
o = win32com.client.Dispatch("MAX.Application")
but it keeps giving below error,
pywintypes.com_error: (-2147221005, 'Invalid class string', None, None)
I even tried to put specific version as MAX.Application.8, but no luck,
am I missing anything here?
Thanks
I am trying to make a COM connection between Python and Max,
code is simple,
import win32com.client
o = win32com.client.Dispatch("MAX.Application")
but it keeps giving below error,
pywintypes.com_error: (-2147221005, 'Invalid class string', None, None)
I even tried to put specific version as MAX.Application.8, but no luck,
am I missing anything here?
Thanks
