Skip to content Skip to sidebar Skip to footer

Why Does Pip Install Winshell Not Work On Python V3.4.2?

Install winshell with pip: C:\Users\jonc>pip install winshell Downloading/unpacking winshell Downloading winshell-0.6.zip Running setup.py (path:C:\Users\jonc\AppData\Local\

Solution 1:

you will need to install pywin32 to get the missing file.
it must be installed separately (i.e. it cannot be installed with pip). for more information see this post.


Post a Comment for "Why Does Pip Install Winshell Not Work On Python V3.4.2?"