[python-win32] Word Document manipulation (newbie)

2007-05-17 Thread jhawk
I am trying to manipulate a word doc and realize that there are modules available but to date have been unable to get my paws on them. I have installed python 2.4.4 with pywin32-210.win32-py2.4. I have bought Mark Hammonds book which references such modules wdclass.py and the use of easyword.

Re: [python-win32] plz help

2007-05-17 Thread Tim Roberts
Erich Nakasone wrote: > > hi, i'm from Peru, so my english is really bad, but anyway. > > I got this code > > import win32com.client, sys, os > gp = win32com.client.Dispatch("esriGeoprocessing.GpDispatch.1") > > ... > > that run wihtout problems. > > but when I change of computer the same code > >

[python-win32] plz help

2007-05-17 Thread Erich Nakasone
hi, i'm from Peru, so my english is really bad, but anyway. I got this code import win32com.client, sys, os gp = win32com.client.Dispatch("esriGeoprocessing.GpDispatch.1") #Configura el directorio de trabajo gp.workspace = "E:/PRACTICANTES/erich/python/NameMatching.mdb" #Lista de features list

Re: [python-win32] translating VB into Python...

2007-05-17 Thread Michael March
I just wanted to follow up and say I completed my app today. Everything worked wonderfully. Thanks to everyone. If anyone needs assistance automating Quality Center with Python, let me know. On 5/16/07, Michael March <[EMAIL PROTECTED]> wrote: > Hurray > > >>> mybug=bfact.Item(24) > > >>>