Error: python311.dll was not found when create python app using nuitka

96 views Asked by At

I created an apps program using python, and compile it to executable file using nuitka, in my pc, the file works 100%, but when I share it to other pc (which has the updated python version), it is encountering error:

python311.dll was not found

why ?

I tried to copy the python311.dll to that PC, still not working

0

There are 0 answers