[python-win32] win32com in a 64bit laptop

love python wws_ques at yahoo.com
Sat Oct 29 03:25:03 CEST 2011


I just got a 64bit laptop and install python 2.7.2 (Windows AMD64 / Intel 64
/ X86-64 binary) and other packages. When i run the previous file, I find to
import win32com.client bc the program needs to read a word document as
follows:

app = win32com.client.gencache.EnsureDispatch('Word.Application')
self.doc = app.Documents.Open(...)

Can someone tell me how I should do here? Thanks.
Bill
-- 
View this message in context: http://old.nabble.com/win32com-in-a-64bit-laptop-tp32741987p32741987.html
Sent from the Python - python-win32 mailing list archive at Nabble.com.



More information about the python-win32 mailing list