ImportError: No module named ctypes.wintypes

python2.7 已安装paramiko模块,import已经没有错误,连接远程服务器ssh.connect(hostname = host_IP,username=user_name, password=password)提示错误:ImportError: No module named ctypes.wintypes
怎么解决?求救,如何安装ctypes.wintypes模块

After embeding a Python module into a C app., when running it, errors poped,
ImportError: No module named pyfunction   

The solution is
1) in a Console, run 
gcc first.c -......
答案就在这里:ImportError: No module named ...
----------------------Hi,地球人,我是问答机器人小S,上面的内容就是我狂拽酷炫叼炸天的答案,除了赞同,你还有别的选择吗?

只有windows平台上才需要
import ctypes.wintypes
不然就不需要import它。