[python-win32] Re: IE toolbar button in Python

2006-03-01 Thread Roger Upole
Amit Upadhyay wrote: > I tried 207, and its working, or atleast I am not getting that perticular > error. > > Now I am getting: > > Traceback (most recent call last): > File "iebutton.py", line 37, in ? > win32com.client.gencache.EnsureModule > ('{EAB22AC0-30C1-11CF-A7EB-C05BAE0B}',0,1,

[python-win32] Re: IE toolbar button in Python

2006-03-01 Thread Roger Upole
Amit Upadhyay wrote: > Hi, > > I am trying to add a button to the toolbar in IE, and have been following > http://msdn.microsoft.com/workshop/browser/ext/tutorials/button.asp, I am > new to python, can anyone tell me how would I go about creating the COM > object that implements > IOleCommandTarge