Skip to content

ExecuteTests.bat script does not work using Scade 2023R2 #1

@Krimbacher

Description

@Krimbacher

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions