Anyone help me ?
I really appreciate win32extension.
I'm trying to use some 3'rd parties COM.
First I tested win32extension installation.
>>> import win32com.client
>>> sh = win32com.client.Dispatch('Shell.Application')
>>> sh.SetTime()
Goes OK.
My windows Registry is
HKEY_CLASS_ROOT
...
And so on my 'SMIEngine.SMIhost'.
Then I went tolaunch 'makepy.py'
I was asked to 'Select library'
But what is this 'library' mean ?
Nothin like 'Shell.autoplay' or 'SMIEngine'.
Sorry I'm not familiar with COM.
Regards
ikeya
2012/4/1
types', but I think 'ctypes' is for ordinary DLL.
The 'ctypes' can't handle COM, and can't create an instance.
Or, their advice is right ?
I should use 'ctypes' ?
I'd like to go all in Python.
Regards
ikeya
2012/4/12 Tim Roberts
> take