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.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to