Problema al instalar la extensión de Windows de Python

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".

preguntado el 12 de febrero de 14 a las 07:02

Where do it stop? In the installer, or in the python editor? -

In installer, after it shows the prompt where it shows the installation directory for this extension, when I click Next, it stops working. -

@ChristianSauer Sorry, it was this extension that stopped working, not windows. I have updated the question! -

Thank you for the clarification. Have you downloaded the correct pywin version (32 bit or 64bit python?). -

Also, maybe the download is curropted, I had the issue last week when downloading scipy - so download it again -

2 Respuestas

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

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 or haz tu propia pregunta.