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 not need to install Python on to have the prepared executable run.

On Thursday, February 21, 2019 at 4:48:57 AM UTC-7, jared sanchez wrote:
>
> 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 
> executable and the other doesn't: I get a " failed to execute script 'x' " 
> error.
>
> Is there a way to find the dependencies for the executable?
> Even thought it is an 'executable, does the host machine still need to 
> have the proper version of python installed?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To post to this group, send email to pyinstaller@googlegroups.com.
Visit this group at https://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to