python-winshell

Winshell error win32con not found after installing Python winshell

Winshell error win32con not found after installing Python winshell Question: Traceback (most recent call last): File "C:/Users/owner/Desktop/2/test2.py", line 1, in <module> import os, winshell File "C:py35libsite-packageswinshell.py", line 30, in <module> import win32con ImportError: No module named ‘win32con’ I’ve seen: http://error.news/question/6131746/why-does-pip-install-winshell-not-work-on-python-v342/ But I installed pywin32 64 bit separately and done it via the exe: https://drive.google.com/file/d/0B2FZnKhR7OOJZ1hYZER2WUwyUzA/view?usp=sharing&resourcekey=0-smer5McVyGEsbvsm6DJPHg So …

Total answers: 3