在win10上,安装wmi,首先下载https://pypi.python.org/pypi/WMI/#downloads,将wmi下载下来 安装过程中,会报错,No Python installation found in the registry 接下来 Apparently (having faced related 64- and 32-bit issues on OS X) there is a bug in the Windows installer. I stumbled acro…
win10上安装的pycharm,在pycharm创建的py2.7虚拟环境中安装flask-sqlalchemy 执行pip install flask-mysqldb报错 error: Microsoft Visual C++ 9.0 is required. Get it from http://ak a.ms/vcpython27 到报错链接下载该文件,然后安装后,仍然报错 Building wheel for mysqlclient (setup.py) ... error ERROR:…
最近做项目用eclipse 遇到个很奇怪的问题,前几天svn还是可以用的,突然一下子不能用了,于是网上各种找解决方法啊,终于问题解决了,总结一下. 查看svn报错信息: svn number is larger than maximum eclipse 连接svn有两种:Subclipse 和 Subversive ,详情请参考:http://blog.csdn.net/luoxiabo_showsup/article/details/52457999 如果出现这种情况: 1.查看 svn 的…