Why do I have python39.dll file missing after the installation of python 3.9.1amd64?

Richard Bleriot picture Richard Bleriot · Dec 24, 2020 · Viewed 7.2k times · Source

I am python new user,but after a successful installation. After execution, I have the following message:

The code execution cannot proceed because python39.dll was not found.Reinstalling he programm may fix this problem

I have tried to download 'python.dll'from wikidll.com , it is a winrar folder. After extracting the files and place them first of all in the windows system and secondly in the python installation file, I have the same problem.

How can I solve this problem?

Answer

Ananth picture Ananth · Dec 24, 2020

The downloaded dll wont work because it's the wrong dll file. The missing file is python39.dll but you have downloaded python.dll which is not the same.

You need Win 8 or later to install Python 3.9.1. I hope your system has it. If you don't have then I suggest you download a compatible version.

You can find the missing dll file in the link below : https://mega.nz/file/M2o2ARqR#tZIEd4CFIkp_MkrfNy7GbBeSl4c7P0CG3XkwpXBIJ64

If this doesn't solve the issue then I suggest you to re install python! Hope it helps.