Hi,

After receiving the "ucrtbase.dll" is either not designed to run on 
windows, and the same error for VCRUNTIME140.dll, I tried including the 
dlls inside the executable, thus:


     pyinstaller --onefile --add-binary vcruntime140.dll --add-binary 
ucrtbase.dll main.py


, but pyinstaller is returning

     unknown option --add-binary


Is there a specific sequence of command line options that has to be used?


-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/6163a1fd-250a-46b2-81c1-71dd56ce5488%40googlegroups.com.

Reply via email to