Re: Microsoft Office Word and Python (Win XP)

2010-01-30 Thread peskar.m...@hotmail.com
21 days has passed and still noone is willing to help :-( -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Office Word and Python (Win XP)

2010-01-30 Thread Alf P. Steinbach
* peskar.m...@hotmail.com: 21 days has passed and still noone is willing to help :-( Did you see the reply from Marco Nawin? If you don't see that reply, dated (a bit less than) 2 hours after your original posting on the 9th, I can repost it here. If you have any follow-up questions just

Re: Microsoft Office Word and Python (Win XP)

2010-01-30 Thread Steve Holden
peskar.m...@hotmail.com wrote: 21 days has passed and still noone is willing to help :-( Y'know, the Internet isn't a magic lantern. Perhaps you need to ask your question differently, or provide more information. Maybe there's something *you* could do to help you get closer to the answer to

Re: Microsoft Office Word and Python (Win XP)

2010-01-30 Thread Dave Angel
peskar.m...@hotmail.com wrote: 21 days has passed and still noone is willing to help :-( ch /willing/able/ I wouldn't say no-one, even then, since there were at least 10 messages in the thread on the 19th and 20th. Presumably they weren't all from you. If you were doing this to text

Re: Microsoft Office Word and Python (Win XP)

2010-01-10 Thread 3lvss0...@gmail.com
so does anyone know how I could do this? -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Office Word and Python (Win XP)

2010-01-10 Thread 3lvss0...@gmail.com
? -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Office Word and Python (Win XP)

2010-01-10 Thread 3lvss0...@gmail.com
no idea :-( -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft Office Word and Python (Win XP)

2010-01-09 Thread Marco Nawijn
On Jan 9, 4:12 pm, 3lvss0...@gmail.com 3lvss0...@gmail.com wrote: Hi. Im very new with python. I have got some answer on my issue to use interop or COM ''plugins'' to access MS Word through python but i don't even know what those two ''plugins'' are so I cannot use them. What I want to do is

Re: Microsoft Office Word and Python (Win XP)

2010-01-09 Thread Terry Reedy
On 1/9/2010 10:12 AM, 3lvss0...@gmail.com wrote: I need the script that moves (only moves, not change or delete!) entire (100% of the text) text from one .doc file to another. If you want to copy files without modification, use the OS copy command. You can use the subprocess module to do

Re: Microsoft Office Word and Python (Win XP)

2010-01-09 Thread 3lvss0...@gmail.com
Marco Nawijn: I have had installed pywin32 already. The three lines that you mentoined don't do this, also what did you mean with doc = app.Documents.Open(c:\\example.doc). Which document should I open with this line? It shouldn't be opened anything. I was asking about the script as automated

Re: Microsoft Office Word and Python (Win XP)

2010-01-09 Thread Marco Nawijn
On Jan 9, 8:18 pm, 3lvss0...@gmail.com 3lvss0...@gmail.com wrote: Marco Nawijn: I have had installed pywin32 already. The three lines that you mentoined don't do this I checked at my own computer and it works fine. also what did you mean with doc = app.Documents.Open(c:\\example.doc). Which

Re: Microsoft Office Word and Python (Win XP)

2010-01-09 Thread 3lvss0...@gmail.com
Marco did you also make the HD files to it worked for you? Because I cannot even imagine how only three lines would do everything - find correct folder (path) of the files, find maximum number, move the entire text,... In this 3 lines is not stated that we are talking about the files that start

Re: Microsoft Office Word and Python (Win XP)

2010-01-09 Thread David Monaghan
On Sat, 9 Jan 2010 11:18:12 -0800 (PST), 3lvss0...@gmail.com 3lvss0...@gmail.com wrote: Dennis Lee Bieber: Im not familiar with python, also Im not programmer. What you want to do isn't complicated, but it isn't simple either, unless you're familiar with VBA/VBS. I approach these problems by