我是编译别人编写的程序的新手,所以我希望我没有遗漏任何明显的东西。
我真正想做的是安装PyODE,我认为我做得很好,但是在运行PyODE示例时出现错误:
Traceback (most recent call last):
File "C:\Python26\pyode-examples\tutorial3.py", line 12, in <module>
import ode
ImportError: DLL load failed: The specified module could not be found.
这假设意味着它找不到安装的 ODE。我认为 PyODE 与 ODE 捆绑在一起,但我想不是......所以现在我正在尝试根据这些说明编译 ODE:http: //opende.sourceforge.net/wiki/index.php/Manual_%28Install_and_Use%29
但它们似乎都围绕着为我没有的 Visual Studio 创建配置文件。
有人可以在这里告诉我正确的程序吗?谢谢!:) -离开