安装步骤:
1.sudo pip install pyflakes (必要时加个代理更快 -i http://e.pypi.python.org/simple) 先安装pip
2.去https://github.com/kevinw/pyflakes-vim下载pyflakes-vim插件
3.解压
4.sudo vi /etc/vim/vimrc,添加“
filetype on ...
分类:
编程语言 时间:
2014-08-10 18:41:50
阅读次数:
2599
CentOS6.4安装readline时报错:/usr/bin/ld : cannot find -lncurses解决方法:安装ncurses-devel,输入命令:#yum install ncurses-devel###安装完成后重新安装readline(#pip install readli...
分类:
其他好文 时间:
2014-08-09 21:14:29
阅读次数:
1431
文件下载在 https://github.com/liftoff/GateOne/downloads比较奇怪的是wget经常失败 https的连接总是有问题另外,需要安装tornado2.4.1, 以及 ordereddict, 这些都用pip install在python2.6及python2.7...
分类:
Web程序 时间:
2014-08-08 15:29:56
阅读次数:
370
pip-installed uWSGI ./python_plugin.so
error
使用xml格式的uwsgi配置 uwsgi -x /home/zoueswebsite/zoueswebsite.xml的命令显示如下error:
open("./python_plugin.so"): No such file or directory [core/utils.c l...
分类:
其他好文 时间:
2014-08-07 15:43:40
阅读次数:
343
pip - Python包管理工具https://pip.pypa.io/en/latest/installing.htmlwget https://bootstrap.pypa.io/get-pip.pypython get-pip.pyRedis (NoSQL)http://www.redis....
分类:
编程语言 时间:
2014-08-05 15:28:29
阅读次数:
303
安装 east_install :? https://pypi.python.org/pypi/setuptools/5.4.2 ? 下载ez_setup.py 脚本后执行,就完成了安装 安装pip 可以通过 east_install ?pip 安装 区别 ?pip 官網的說法,pip 改善了不少 easy_i...
分类:
编程语言 时间:
2014-08-05 14:31:29
阅读次数:
412
参考页面:[1] :https://pip.pypa.io/en/latest/installing.html[2] : http://stackoverflow.com/questions/4750806/how-to-install-pip-on-windows/最方便的方法就是去下载:http...
分类:
编程语言 时间:
2014-08-03 17:57:55
阅读次数:
247
[root@node1/]#yuminstallpython-pip-ypipinstallpython-novaclientpipinstallpython-ceilometerclientpipinstallpython-cinderclientpipinstallpython-glanceclient-haserrorwheniinstallpipinstallpython-heatclientpipinstallpython-keystoneclientpipinstallpython-neutron..
分类:
编程语言 时间:
2014-08-03 07:57:55
阅读次数:
443
在部署中遇到的问题
Django version 1.6.5
参考资料:ImportError;No module named markup
django.utils.markup在1.5中声明被deprecated 在1.6中removed,解决方法是:
安装docutils
pip install docutils
参考StackOverFlow...
分类:
其他好文 时间:
2014-08-03 07:52:24
阅读次数:
185
问题:命令行登陆mysql提示'mysql' 不是内部或外部命令。如图1所示。图1原因:没有将mysql的bin文件夹配置到环境变量里区,因为命令行登陆mysql需要调用bin下的mysql.exe文件。解决方法:将mysql的bin文件夹配置到环境变量里即可。计算机右键-->[ 属性 ]-->左边...
分类:
数据库 时间:
2014-08-02 01:48:22
阅读次数:
278