Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing dll Error Whle installing Python 2.7

I am trying to install python(epd_free-7.3-2-win-x86) on my PC (windows 7 - 32bit) but not able to do so. it shows error which says a DLL is missing. searched every where but could not found. i have attached an image of error message dialog.

enter image description here

I also tried different python installers but they show same error. I even tried installation after updating my windows but nothing worked. Please tell me what to do??

like image 352
Muddassir Iqbal Avatar asked Jul 06 '13 12:07

Muddassir Iqbal


2 Answers

Was facing the same problem in windows 8 - 64 bit .. try doing this..

Go to C:/Users//AppData/Local . right click on the folder "Temp". Go to Properties. Go to Security Tab. Click on "Everyone" and "Edit" the permission to "full control"-> allow. Click apply.

try running the installer again. YOu should be good to go.

like image 150
Shaswat Rungta Avatar answered Sep 20 '22 11:09

Shaswat Rungta


Run Command Prompt as Administrator. See Image

enter image description here

Change directory to location of .msi file using cd command and type the name of of your file with extension i.e. .msi (see image below). You may give the complete path of file instead of changing directories.

enter image description here

like image 23
sunny Avatar answered Sep 23 '22 11:09

sunny