To explain it simple, I'm currently making a program for the Gomocup on Linux in Python 3.10, but every tool is made for Windows
To test my program I need to compile it from a Windows environnement, and got no way to do it
I want to avoid Windows VM option if possible
Any tips ?
I tried to use pyinstaller in wine in a embedded python so I can compile directly from a Windows environnement, but I couldn't manage to get it working in a generic way :( (from this post pip with embedded python)