I am creating python bundle for a client. I want to add python==3.7
also with that bundle so the user need not to install python on windows platform.
Created Virtual environment and copied that to new pc (without python install) and opened python from venv/Script/Python.exe
.
But got error of missing dll files
I expect a bat file containing python.exe
address from venv
folder and running python file using venv python.exe
or something like this