gpt4 book ai didi

python - 使用 python : SETPATHdll error 访问 Refprop

转载 作者:行者123 更新时间:2023-11-28 18:50:48 26 4
gpt4 key购买 nike

我尝试通过 python 访问 NIST refprop 数据库。为此,我从 http://www.boulder.nist.gov/div838/theory/refprop/Frequently_asked_questions.htm 下载了 refprop python 模块。

当尝试导入模块时,我收到以下错误:

>>> import REFPROP
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python33\lib\REFPROP.py", line 6525, in <module>
setpath()
File "C:\Python33\lib\REFPROP.py", line 381, in setpath
_setpath(path)
File "C:\Python33\lib\REFPROP.py", line 421, in _setpath
_rp.SETPATHdll(ctypes.byref(_hpth), ctypes.c_long(255))
File "C:\Python33\lib\ctypes\__init__.py", line 366, in __getattr__
func = self.__getitem__(name)
File "C:\Python33\lib\ctypes\__init__.py", line 371, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: function 'SETPATHdll' not found
>>>

我发现这个 SETPATHdll 函数不包含在 refprop.dll 文件中。不过,该模块是为该文件编写的。有人可以帮忙吗?谢谢。

最佳答案

关于python - 使用 python : SETPATHdll error 访问 Refprop,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13267808/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com