Hi all,

I need a way to get the path where MS Word/Office has been installed. I need 
to start Word from a script (see earlier post), but it doesn't work if I 
don't know its path. So "os.system("winword.exe %s" % fileName)" doesn't 
always work; I need to say "os.system("C:\Program Files\Microsoft 
Office\Office10\winword.exe %s" % fileName)".

Any ideas?

TIA,
g 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to