Problema al instalar la extensión de Windows de Python
Frecuentes
Visto 153 equipos
1
I installed Python 2.7.6 Windows Installer (Windows binary) and then, I was trying to install the extension pywin32-218.win-amd64-py2.7.exe
. But everytime I run this extension, I get the issue of "pywin32-218.win-amd64-py2.7.exe has stopped working"
.
2 Respuestas
1
Debes run
al exe
archivo como "Administrator"
.
Even if you are in the administrator account, you have to explicitly run it with administrator permission by right clicking on the exe
.
Respondido 12 Feb 14, 08:02
0
You need to run it as administrator, anything that modifies folders it is not in or in its folder require root access which is right click -> run as admin in Windows or sudo in mac and linux.
respondido 06 mar '15, 03:03
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas python-2.7 or haz tu propia pregunta.
Where do it stop? In the installer, or in the python editor? - Christian Sauer
In installer, after it shows the prompt where it shows the installation directory for this extension, when I click
Next
, it stops working. - Aakash Goyal@ChristianSauer Sorry, it was this extension that stopped working, not windows. I have updated the question! - Aakash Goyal
Thank you for the clarification. Have you downloaded the correct pywin version (32 bit or 64bit python?). - Christian Sauer
Also, maybe the download is curropted, I had the issue last week when downloading scipy - so download it again - Christian Sauer