Traceback (most recent call last):
File "C:/Users/owner/Desktop/2/test2.py", line 1, in <module>
import os, winshell
File "C:\py35\lib\site-packages\winshell.py", line 30, in <module>
import win32con
ImportError: No module named 'win32con'
我见过: http ://error.news/question/6131746/why-does-pip-install-winshell-not-work-on-python-v342/
但我单独安装了 pywin32 64 位并通过 exe 完成:
https://drive.google.com/file/d/0B2FZnKhR7OOJZ1hYZER2WUwyUzA/view?usp=sharing
那么怎么样:为什么 pip install winshell 在 Python v3.4.2 上不起作用?
错,没有。我单独安装了它。
然后我去看了:python中的win32con模块是什么?我在哪里可以找到它?
我需要知道:我需要做什么才能让 winshell 工作。我已经手动安装了pywin32(64位),我运行了pywin32(64位)的exe并成功完成,然后我继续使用CMD并做了:
cd c:\py35\scripts
pip install winshell
安装成功完成。但是,导入winshell还是不行!