I build exe file using pyinstaller in windows 10 64bit os. but when i test on windows7 64bit os then is not working. that shows dll file error.
so, I understated when the os is change then need to rebuilt exe file with that same system. am I Right ?
pyinstaller --onefile -w --icon=pp-logo.ico WCS_Config_App.py --hiddenimport=pyserial --hiddenimport=numpy
this above way i create exe file.
So, I want to build exe file(standalone) execute for all windows system.
Thank you for your time.
You can surelly build an app for all windows versions but compiling can be really tricky especially with big apps.The main considerations to take is: