|

楼主 |
发表于 2025-2-10 14:29:09
|
显示全部楼层
本帖最后由 子飞鱼 于 2025-2-10 14:30 编辑
另外 根据您给的连接,复制关于ctREFPROP的例子代码,在执行下面的代码时,出现了问题
SIC = RP.GETENUMdll(0, "SI WITH C").iEnum
File "D:\Python312\Lib\site-packages\ctREFPROP\ctREFPROP.py", line 1581, in GETENUMdll
if self._GETENUMdll is None: raise ValueError("The function GETENUMdll could not be loaded from the shared library.")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: The function GETENUMdll could not be loaded from the shared library.
请问怎么回事呢?在利用python调用其他软件时,一般都用API接口,我个人能力有限,python简单的代码我能理解并使用,但是上升到API这块,确实能力不够,麻烦您帮忙看看,感谢!
|
|