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

2006-03-09 Thread Mark Hammond
> in traceutil, and then IE is crashing. Ahh, yes, it all comes back to me now - that is the problem that means you must wait for build 208 :( I'll try and do that early next week (I'm away for the weekend!) Mark ___ Python-win32 mailing list Python

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

2006-03-09 Thread Amit Upadhyay
On 3/9/06, Mark Hammond <[EMAIL PROTECTED]> wrote: (Note that I also added an 'import win32traceutil' for the above to betrue - you will need to add it too, or just grab the new copy)I'm also fairly sure it will not work until I release a new pywin32 - I'll do that soon!Hi Mark,I am gettingprovidin

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

2006-03-08 Thread Michel Claveau
Hi! *Attempt to translaste at bottom of the message* Bonjour ! J'ai découvert, il y a quelques jours IEtoolbar dans mon installation de PyWin32 (la dernière ?) ; ça a bien fonctionné du premier coup. J'ai adapté l'exemple, en changeant la taille, le style, et le nombre, des boutons. J'ai mis

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

2006-03-08 Thread Mark Hammond
> Roger Upole wrote: > > > > There's an IE toolbar button demo in CVS: > > > http://cvs.sourceforge.net/viewcvs.py/pywin32/pywin32/com/win32com > /demos/iebutton.py?rev=1.1&view=log > > > I looked at this, but can't figure out what to do with it. Are there any > instructions? What seems apparant is

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

2006-03-08 Thread Bob Gailer
Roger Upole wrote: > > There's an IE toolbar button demo in CVS: > http://cvs.sourceforge.net/viewcvs.py/pywin32/pywin32/com/win32com/demos/iebutton.py?rev=1.1&view=log > I looked at this, but can't figure out what to do with it. Are there any instructions? What seems apparant is that it cre

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

2006-03-01 Thread Michel Claveau
Hi! Search ietoolbar.py, in the directories of standard install of PyWin32. Run OK (for me). It's not the good answer to your question, but near. *sorry for my bad english* @-salutations Michel Claveau ___ Python-win32 mailing list Python-win32@pyt

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

2006-03-01 Thread Amit Upadhyay
On 3/1/06, Amit Upadhyay <[EMAIL PROTECTED]> wrote: I am using build 204, and am right now downloading 207, which is latest on sf.net. Will I have to get the latest from CVS for it to work? I tried 207, and its working, or atleast I am not getting that perticular error.Now I am getting:Traceback (m

[python-win32] IE toolbar button in Python

2006-02-28 Thread Amit Upadhyay
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 IOleCommandTarget ? A newbie with this kind of progr