码迷,mamicode.com
首页 >  
搜索关键字:python2    ( 5748个结果
[转载]CentOS下编译安装Python2.7.6
时间2014-05-07 16:57:53 Mitchell Chu's Blog 原文 http://blog.useasp.net/archive/2014/05/07/compile-and-install-python-2-dot-7-dot-6-on-centos.aspx主题 Py...
分类:编程语言   时间:2015-11-11 11:42:56    阅读次数:308
CentOS 6 安装 python 2.7 和 mod_wsgi 运行pyocr[tesseract]
最新版本的tesseract-ocr 3.0.4 需要运行于python2.7版本以上,因此需要升级系统中默认的2.6版本python及Mod_WSGI1,下载安装Python-2.7.10>tar xJvf Python-2.7.10.tar6.xz>cd Python-2.7.10# 这...
分类:编程语言   时间:2015-11-10 15:51:43    阅读次数:1993
Python version 2.7 required, which was not found i
不能再注册表中识别出来python2.7 新建一个register.py 文件,把一下代码贴进去,保存 # # script to register Python 2.0 or later for use with win32all # and other extensions that require Python registry...
分类:编程语言   时间:2015-11-09 12:53:05    阅读次数:201
python之模块配置文件ConfigParser(在python3中变化较大)
# -*- coding: utf-8 -*-#python 27#xiaodeng#python之模块ConfigParser(在python3中为configparser)#特别注意:python3和python2关于该模块的功能用法有很大的不同.#配置文件解析器import ConfigPar...
分类:编程语言   时间:2015-11-09 00:06:03    阅读次数:255
python之模块contextlib 加强with语句而存在
# -*- coding: utf-8 -*-#python 27#xiaodeng#python之模块contextlib,为加强with语句而存在#特别注意:python3和python2关于该模块的功能用法有很大的不同.import contextlib#目前了解即可,暂不作深入研究
分类:编程语言   时间:2015-11-08 23:41:12    阅读次数:184
Ubuntu下安装libsvm
在安装LibSVM前需要先装 python 和 gnuplotlinux 一般都自带了python2.7,所以python的安装不再赘述在 ubuntu下安装 gnuplot 不能直接 sudo apt-get install gnuplot,因为预编译的gnuplot不能识别ubuntu的图形界面...
分类:系统相关   时间:2015-11-08 18:00:40    阅读次数:224
Numpy、SciPy、MatPlotLib在Python2.7.9下的安装与配置
Numpy、SciPy、MatPlotLib在Python2.7.9下的安装与配置 win7 32位
分类:编程语言   时间:2015-11-07 18:52:33    阅读次数:4472
cocos2d-x打包Android
搭建 Android 平台 cocos2dx 开发环境1 首先安装 python2 单击 next3 选择默认路径, 单击 next4 选择完全安装, 单击 next5 单击 next 开始安装6 安装完成7 设置环境变量8 添加 python 的路径到 path9 解压缩 cocos2dx2.2....
分类:移动开发   时间:2015-11-06 14:24:22    阅读次数:314
python3.4使用PyMySQL来连接mysql
最近发现pip3installpython-mysql的时候ConfigParse没安装,因为在3里面改为了configparse,于是参考网上的做法,并记录下来 我的环境是: opensuse13.2mariadb python3.4和python2.7共存,虚拟环境 (liuliancao)liuliancao@linux-zxle:~/python/liuliancao/mysite>..
分类:数据库   时间:2015-11-06 07:16:08    阅读次数:184
saltstack
Saltstack安装配置指南 0.安装环境及依赖关系: CentOS/RHEL6.5 Python2.6>=2.6<3.0 ZeroMQ>=3.2.0 pyzmq>=2.2.0 PyCrypto msgpack-python YAML Jinja2(Saltmaster服务端配置) 1.安装配置 1.1安装Salt ForCentOS/RHELi386: 在saltmaster及minion上均..
分类:其他好文   时间:2015-11-05 19:00:52    阅读次数:250
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!