2021-09-06 11:38 PM
Hello Friends,
I am newly using STM32MP1 DK2
If I create python exe file, can I run python exe on st Linux?
Share me details how to run python exe in st Linux on STM32MP1 DK2
Thank you friends.
2021-09-07 12:46 AM
Hello @NN.1
what do you call a «python exe file»? Is it a file containing python source code? If that the case, yes, the OpenSTLinux supports python3 execution.
For example:
$ cat > hello.py <<EOF
print('Hello World!')
EOF
$ python3 hello.py
Hello World!Best regards,
--JM
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'.
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.