>You would probably rename the 
>comtypes.gen._683BF642_E9CA_4124_BE43_67065B2FA653_0_1_0
>to something more sensible
> Creating an instance would be easier if you use code like
> this which uses the _reg_clsid_ attribute from the generated CoClass:>
> from win7taskbar import ITaskbarList3, TaskbarList
> taskbar = CreateObject(TaskbarList._reg_clsid_, interface=ITaskbarList3)>

Good suggestion, I have done so.
If anyone wants something similar the code lives here:
http://code.google.com/p/uxpython/source/browse/#svn/trunk/uxpy/platforms
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to