概述
windows下Python工程使用eclipse油藏数值模拟器的文件读写c/c++算法库libecl
1、编译生成dll,参考windows下编译libecl.dll
windows下sln成果的github地址:Github库地址,Gitee地址:gitee库地址
2、复制buildbinlibecl.dll到操作系统的Python目录下,本人路径
C:UsersHigerAppDataLocalProgramsPythonPython310Libsite-packagesecl
该文件夹下的内容来源于:GitHub下载的ecl源文件的 ecl-2.10.1pythonecl目录(将该目录直接复制到C:UsersHigerAppDataLocalProgramsPythonPython310Libsite-packagesecl)
3、在环境变量中添加PATH 和PYTHONPATH 两个变量,均指向`%INSTALLPATH%libpythonX.Ysite-package这个路径。本人Python3.10,X.Y=3.10
For libecl to be accessible in Python the %INSTALLPATH%libpythonX.Ysite-package
and Python subdirectories must be added to the PATH
and PYTHONPATH
variables. Where pythonx.y
is the current Python version e.g. (python2.7
, python3.6
etc.)
4、在python工程中就可以使用啦
最后
以上就是欣慰诺言为你收集整理的windows下Python工程使用eclipse油藏数值模拟器的文件读写c/c++算法库libecl的全部内容,希望文章能够帮你解决windows下Python工程使用eclipse油藏数值模拟器的文件读写c/c++算法库libecl所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复