摘要: 1、降低paramiko版本: pip uninstall paramikopip install paramiko==1.17 2、如果安装关联包pycrypto中出错 http://www.voidspace.org.uk/python/modules.shtml#pycrypto 此网址上下载 阅读全文
posted @ 2016-05-27 15:50 改刀 阅读(967) 评论(0) 推荐(0) 编辑
摘要: 1. 如果你是在Windows上,你可能想使用WLAN API,它提供了“WlanGetAvailableNetworkList()函数(参见API文档,我不知道有任何Python包装的WLANAPI.DLL所以你可能需要把它包ctypes的。我做这个(作品-)初步的脚本,但它可能是这些混沌。您将要 阅读全文
posted @ 2014-11-10 13:41 改刀 阅读(5053) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-10-21 13:27 改刀 阅读(122) 评论(0) 推荐(0) 编辑
摘要: # -*- coding:utf-8 -*- import win32api, win32gui import win32con, winerror import sys, os import commctrl from ctypes import * import time # represent the TBBUTTON structure # note this is 32 bit, ... 阅读全文
posted @ 2014-10-15 13:39 改刀 阅读(2143) 评论(0) 推荐(0) 编辑