导入Python UDF

时间:2017-05-26 21:37:36

标签: python

尝试从myproject.py创建的导入Python UDF时出现错误

Run-time error '1000' in Visual Basic
Function Py()
    XLPyLoadDLL
    If 0 <> XLPyDLLActivateAuto(Py, XLPyCommand) Then Err.Raise 1000, Description:=Py
End Function

enter image description here

1 个答案:

答案 0 :(得分:0)

可能是因为python.exepythonw.exe不在PYTHONPATH中。你必须告诉/配置Visuall Basic在哪里可以找到python.exe或pythonw.ext可执行文件。