Re: [python-win32] wdFormatText

2005-10-23 Thread geon
John Machin napsal(a): Have you run makepy? No, I didnt know about that before Have you ever heard of Google? google("wdFormatText") -> first hit is a clue about makepy, second hit tells you that the magic number is 2 you must have another google... ;-) I didnt get any relevant

Re: [python-win32] wdFormatText

2005-10-23 Thread John Machin
Michel Claveau wrote: > Hi_release_2 ! > Anyway I wonder if this could be found in MSDN documentation or in word macro itselfjust for the next time I am in the same situation... >>> > I don't know why you are sending this to me -- the above quote is from "geon", and as for the

Re: [python-win32] wdFormatText

2005-10-23 Thread Michel Claveau
Hi_release_2 ! >>> Anyway I wonder if this could be found in MSDN documentation or in word >>> macro itselfjust for the next time I am in the same situation... First, for to find, I have make a word's macro, with : reponse = MsgBox(wdFormatText, vbOKOnly, "wdFormatText") Then, I had

Re: [python-win32] wdFormatText

2005-10-23 Thread John Machin
geon wrote: >Michel Claveau napsal(a): > > > >>You can to watch the class I had create, for "to tele-command" word, here: >> http://mclaveau.com/ress/python/pxword.htm >>(and look the "saveas" method) >> >> >> >> >so easy and so much spent my time on it. Thanks a lot. Anyway I wonder >if

Re: [python-win32] wdFormatText

2005-10-23 Thread geon
Michel Claveau napsal(a): >You can to watch the class I had create, for "to tele-command" word, here: >http://mclaveau.com/ress/python/pxword.htm >(and look the "saveas" method) > > so easy and so much spent my time on it. Thanks a lot. Anyway I wonder if this could be found in MSDN document

Re: [python-win32] wdFormatText

2005-10-23 Thread Michel Claveau
Hi ! >>> ...macro in Word, I can see there this "wdFormatText" and even in some >>> tutorial I saw in used in this way... You can to watch the class I had create, for "to tele-command" word, here: http://mclaveau.com/ress/python/pxword.htm (and look the "saveas" method) @-salutations Mich

[python-win32] wdFormatText

2005-10-23 Thread geon
I try to convert *.doc to *.txt and in saving part of my script I receive following error. Can anyone help - I have tried all I know without any success. I could swear it worked at win98. Now i do not have chnage to run it there - I have w2000, office2000, py2.4