How to create an .exe file with Nuitka from MacOS?

Viewed 22

The command python -m nuitka --follow-imports MyModule creates a .bin file when run on MacOS. The -o option explicitly states "For extension modules there is no choice, also not for standalone mode and using it will be an error."

Is there a way to force the fabrication of an .exe file in my mac in order to run it on Windows? (e.g. with a USB key)

I have Nuitka 1.0.6 and Python 3.9.13

0 Answers
Related