无法使用Python.NET添加对Microsoft.Office.Interop.Word的引用

无法使用Python.NET添加对Microsoft.Office.Interop.Word的引用,python,office-interop,python.net,Python,Office Interop,Python.net,我尝试使用python.NET在python中添加对Microsoft.Office.Interop.Word的引用。我在ipython控制台中运行以下命令并获得以下输出 import clr clr.AddReference("Microsoft.Office.Interop.Word") Traceback (most recent call last): File "<ipython-input-2-6a6a8e7c86a2>",

我尝试使用python.NET在python中添加对Microsoft.Office.Interop.Word的引用。我在ipython控制台中运行以下命令并获得以下输出

import clr

clr.AddReference("Microsoft.Office.Interop.Word")
Traceback (most recent call last):

  File "<ipython-input-2-6a6a8e7c86a2>", line 1, in <module>
    clr.AddReference("Microsoft.Office.Interop.Word")

FileNotFoundException: Unable to find assembly 'Microsoft.Office.Interop.Word'.
   at Python.Runtime.CLRModule.AddReference(String name)
导入clr
clr.AddReference(“Microsoft.Office.Interop.Word”)
回溯(最近一次呼叫最后一次):
文件“”,第1行,在
clr.AddReference(“Microsoft.Office.Interop.Word”)
FileNotFoundException:找不到程序集“Microsoft.Office.Interop.Word”。
在Python.Runtime.CLRModule.AddReference(字符串名称)中
我安装了“VisualStudioToolsforOffice运行时可再发行”(2010)。我拥有的Office版本是2013年。不确定是否需要安装更高版本的可再发行版本