Re: [PyInstaller] PyInstaller-3.3.1: Operational Windows build inconsistent

2019-02-21 Thread Stefano Giostra
Hi Jared, You need to make a compile with -D , in this manner, is more easy see the error. Good luck Il giorno gio 21 feb 2019 alle ore 12:48 jared sanchez < j.belteneb...@gmail.com> ha scritto: > The PyInstaller Windows executable works on some Windows 10 machines but > not all. I am using the

[PyInstaller] Re: PyInstaller-3.3.1: Operational Windows build inconsistent

2019-02-21 Thread Elliot Garbus
Here are a few things to consider: On the two machines, are the executables being run from the same spot? Is your program making assumptions about files and the current directory? If the -F option did not work, you would need the contents of the full build directory on each machine. You do

[PyInstaller] PyInstaller-3.3.1: Operational Windows build inconsistent

2019-02-21 Thread jared sanchez
The PyInstaller Windows executable works on some Windows 10 machines but not all. I am using the -F or OneFile executable option which I thought meant that the executable contains everything that it needs to run. I am looking at 2 Windows 10 computers right now, one runs the PyInstaller