Enregistrement des composants(bs,bp,bo)
- Lors de l'enregistrement des composants : j'ai utilisé cette commande :
- "Utils.migrate("/external/src/CoreModel/Python/settings.py")" ;
- L'erreur apparaît : "Une erreur s'est produite : iris.cls: error finding class",
- J'ai changé avec ces deux lignes :
- résultat = sous-processus.run(["iop", "-m", "/external/src/CoreModel/Python/settings.py"], stdout=sous-processus.PIPE, stderr=sous-processus.PIPE, check=True)
- subprocess.run(["iop", "-m", "/external/src/CoreModel/Python/settings.py"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, check=True)
- il y a aussi une erreur : "Une erreur s'est produite : Command '['iop', '-m', '/external/src/CoreModel/Python/settings.py']' returned non-zero exit status 1."
Product version: IRIS 2023.3
Discussion (0)0