PythonでpythonnetのaddreferenceをImportしようと思ったら以下のようエラーが出ました。
AttributeError: ‘module’ object has no attribute ‘AddReference’
Stackoverflow様によりますと、間違ってるclrモジュールが入れたのせいらしいです。
なので、Uninstallし、正しいモジュール入れ直したらOK。
pip uninstall clr
pip install pythonnet
PythonでpythonnetのaddreferenceをImportしようと思ったら以下のようエラーが出ました。
AttributeError: ‘module’ object has no attribute ‘AddReference’
Stackoverflow様によりますと、間違ってるclrモジュールが入れたのせいらしいです。
なので、Uninstallし、正しいモジュール入れ直したらOK。
pip uninstall clr
pip install pythonnet