cdrx / docker-pyinstaller

PyInstaller for Linux and Windows inside Docker
MIT License
616 stars 238 forks source link

Thanks, and some suggestions #97

Open ycombe opened 4 years ago

ycombe commented 4 years ago

Hi,

I used it to prepare a Python3/PySide2 windows program from my linux box, and there was some problem:

PyInstaller3.6 onefile exe is broken, so I use the 3.5 version.

So I had to change a few the Dockerfile. The modified version is here: https://framagit.org/ycombe/saqqarah/-/tree/master/Windows/DockerCrossCompilation

It's a really great job. Thank you for sharing it.

Yves Combe