第一步:下载beautifulsoup4-4.3.2.tar.gz第二步:拷贝解压缩目录到C:\Python34\beautifulsoup4-4.3.2第三步:第四步:第五步:拷贝C:\Python34\beautifulsoup4-4.3.2\build\lib\bs4目录到C:\Python3...
分类:
编程语言 时间:
2015-02-28 14:16:28
阅读次数:
309
应用场景默认服务器上已经安装了python2;而我又安装了python3,并使用python3;安装了pip默认,pip安装的包安装在了python2上了;但是我想用pip把安装的包安装在python3上,所以如下解决方式;1:在服务器上先安装virtualenv终端:sudopipinstallvirtualenv2:找到python3的路径..
分类:
编程语言 时间:
2014-12-22 19:48:41
阅读次数:
407
使用suds访问webservice十分方便python3.x安装suds会报错“No module named client”在stackoverflow上找到了替代方法,安装suds-jurko即可下载地址:https://bitbucket.org/jurko/suds解压后python se...
分类:
编程语言 时间:
2014-11-08 00:43:25
阅读次数:
428
Windows下Python,setuptools,pip,virtualenv的安装Windows2003平台,安装Python2.7.4,Python3.3,setuptools,pip,virtualenv。安装Python2.7.4(当前版本是2.7.6),安装路径:C:\Python27安装Python3.3.2,安装路径:C:\Python33安装完毕之后,请勿将python的目录添加到系..
分类:
编程语言 时间:
2014-09-29 16:34:51
阅读次数:
181
python3.4安装: 参考:http://my.oschina.net/bery/blog/203595 使用: import?matplotlib.pyplot?as?plt
import?datetime
x=[2.00,2.05,2.10,2.15,2.20,2.25,2.30,2.30,2.35,2.40,2.45,2.50]
y=[40,4.5,15...
分类:
其他好文 时间:
2014-09-26 09:59:18
阅读次数:
176
直接从ppa安装python3肯定有zlib:sudo apt-get install python3如果是自己编译的python3源码,则需要configure的时候指定zlib位置:./configure --with-zlib=/usr/include ./configure ...
分类:
编程语言 时间:
2014-09-24 13:14:06
阅读次数:
1472
CentOS下的Python版本一般都比较低,很多应用都需要升级python来完成。我装的centOS的默认的python版本是V2.4.3,但运行node.js需要的版本是2.5以上。 1。下载python3.3安装包:wget http://www.python.org/ftp/python/3...
分类:
编程语言 时间:
2014-08-24 16:38:52
阅读次数:
221
1、下载python3.3安装包#wget wget --no-cookie
--no-check-certificate --header "Cookie:gpw_e24=http%3A%2F%2Fwww.oracle.com%2F"
http://www.python.org/ftp/pytho...
分类:
编程语言 时间:
2014-05-21 17:23:59
阅读次数:
391