-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Following error message occurs after calling ExecuteTests.bat using newer version of Scade:
Traceback (most recent call last):
File "C:\Users\lwntbe8\AppData\Roaming\Scade\Customize\scade-cicd\scripts\.\CheckResult.py", line 16, in <module>
from scade_env import load_project
ImportError: Module use of python310.dll conflicts with this version of Python.
We are using the Scade version 2023R2.
Out technical analysis: The script calls the python module which import the precompiled scade_env library. As the Script is forced to use Pyhton3.7 and the precompiled library is compiled using Python 3.10 the import fails.
Possible solution: Is it possible to adapt the scripts, that automatically the correct python version is selected?
Metadata
Metadata
Assignees
Labels
No labels