[Python, pip] AttributeError: module 'clr' has no attribute 'AddReference'
想使用 DLL 文件,
需使用 clr 內的 AddReference 的函式,
因此我下了這個指令 :
- pip install clr
- AttributeError: module 'clr' has no attribute 'AddReference'
其實只要安裝pythonnet即可。
- pip uninstall clr
- pip install pythonnet
留言
張貼留言