Hey,

Code:
    ...
    fprintf(python_file_pointer, "print(list)\n");
    system("python3 translation.py");
    fclose(python_file_pointer);
    fclose(fp);
This pythoncode unfortunately does not get executed or the process is not started at all.

Why?

Thanks