因为我需要从Node.js运行Edge.JS函数,所以我正在测试Python。问题是Edge似乎想要另一个版本的IronPython:
Could not load file or assembly 'IronPython, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1' or one of its dependencies. The system cannot find the file specified.
我已经安装了2.7.6.3,我应该降级吗?或者有没有办法在edge中设置版本?
发布于 2017-03-30 21:15:12
问题来自Edge,其中的版本号是硬编码的。
https://stackoverflow.com/questions/39387888
复制相似问题