HewlettPackard / python-ilorest-library

Python library for interacting with devices which support a Redfish Service
Apache License 2.0
187 stars 92 forks source link

rdmc_helper import error #136

Closed NoriakiNagao closed 1 year ago

NoriakiNagao commented 1 year ago

version 4.0 need rdmc_helper? Where can I get it? I got folloing ModuleNotFoundError exception.

File "C:\Users\user\OneDrive\Documents\gen11\node_status.py", line 4, in from redfish.ris import gen_compat File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\redfish\ris__init__.py", line 32, in from .rmc import RmcApp File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\redfish\ris\rmc.py", line 39, in from redfish.ris.resp_handler import ResponseHandler File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\redfish\ris\resp_handler.py", line 22, in from rdmc_helper import IloLicenseError, ScepenabledError ModuleNotFoundError: No module named 'rdmc_helper'

rajeevkallur commented 1 year ago

Fixed in 4.0.0.2 (pypi)