Re: parsing MS word docs -- tutorial request

2008-10-29 Thread bp . tralfamadore
Thanks everyone -- very helpful! I really appreciate your help -- that is what makes the world a wonderful place. peace. ::bp:: -- http://mail.python.org/mailman/listinfo/python-list

Re: parsing MS word docs -- tutorial request

2008-10-29 Thread Terry Reedy
Kay Schluehr wrote: On 28 Okt., 15:25, [EMAIL PROTECTED] wrote: All, I am trying to write a script that will parse and extract data from a MS Word document. Can / would anyone refer me to a tutorial on how to do that? (perhaps from tables). I am aware of, and have downloaded the pywin32 exte

Re: parsing MS word docs -- tutorial request

2008-10-29 Thread Kay Schluehr
On 28 Okt., 15:25, [EMAIL PROTECTED] wrote: > All, > > I am trying to write a script that will parse and extract data from a > MS Word document.  Can / would anyone refer me to a tutorial on how to > do that?  (perhaps from tables).  I am aware of, and have downloaded > the pywin32 extensions, but

RE: parsing MS word docs -- tutorial request

2008-10-29 Thread Reedick, Andrew
> -Original Message- > From: [EMAIL PROTECTED] [mailto:python- > [EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Tuesday, October 28, 2008 10:26 AM > To: python-list@python.org > Subject: parsing MS word docs -- tutorial request > > All, > > I

Re: parsing MS word docs -- tutorial request

2008-10-29 Thread Mike Driscoll
On Oct 29, 4:32 am, Okko Willeboordsed <[EMAIL PROTECTED]> wrote: > Get a copy of;  Python Programming on Win32, ISBN 1-56592-621-8 > Use Google and VBA for help > > [EMAIL PROTECTED] wrote: > > All, > > > I am trying to write a script that will parse and extract data from a > > MS Word document.  

Re: parsing MS word docs -- tutorial request

2008-10-29 Thread Okko Willeboordsed
Get a copy of; Python Programming on Win32, ISBN 1-56592-621-8 Use Google and VBA for help [EMAIL PROTECTED] wrote: All, I am trying to write a script that will parse and extract data from a MS Word document. Can / would anyone refer me to a tutorial on how to do that? (perhaps from tables).

parsing MS word docs -- tutorial request

2008-10-28 Thread bp . tralfamadore
All, I am trying to write a script that will parse and extract data from a MS Word document. Can / would anyone refer me to a tutorial on how to do that? (perhaps from tables). I am aware of, and have downloaded the pywin32 extensions, but am unsure of how to proceed -- I'm not familiar with th