System.IO.FileNotFoundException:'在语言的搜索路径:中找不到文件'Test.py'。

时间:2019-08-27 15:18:59

标签: c# python ironpython

每当我运行此脚本时,都会出现以下错误:

  

System.IO.FileNotFoundException:在以下位置找不到文件“ Test.py”   语言的搜索路径:。'

var ipy = Python.CreateRuntime();
dynamic test = ipy.UseFile("Test.py");
test.Simple();//Simple is a method in the python script

1 个答案:

答案 0 :(得分:0)

您应该转到Test.py属性窗口,并将“ 复制到输出目录”更改为“ 始终复制”。