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.
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
>
>
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
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)
>
> >>>