Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2734036
  • 博文数量: 587
  • 博客积分: 6356
  • 博客等级: 准将
  • 技术积分: 6410
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-23 10:54
个人简介

器量大者,福泽必厚

文章分类

全部博文(587)

文章存档

2019年(3)

2018年(1)

2017年(29)

2016年(39)

2015年(66)

2014年(117)

2013年(136)

2012年(58)

2011年(34)

2010年(50)

2009年(38)

2008年(16)

发布时间:2015-01-02 11:26:18

Install pipTo install pip, securely download get-pip.py. [2]Then run the following (which may require administrator access):python get-pip.pyUpgrade pipOn Linux or OS X:pip install -U pipOn Fedora: 下安装pipyum install python-pip -y .........【阅读全文】

阅读(3590) | 评论(0) | 转发(1)

发布时间:2014-03-21 15:19:18

运行python *.py时提示报错:ImportError: No module named PIL解决方法:http://www.pythonware.com/products/pil/ 下载对应版本的PIL我下载的是:Imaging-1.1.7.tar.gz   tar zxvf Imaging-1.1.7.tar.gz    cd Imaging-1.1.7   cat README   python setup.py insta.........【阅读全文】

阅读(4764) | 评论(0) | 转发(0)

发布时间:2013-11-01 15:09:08

1:下载setuptools软件我下载的版本为setuptools-1.1.7.tar.gz2:解压,tar zxcvf setuptools-1.1.7.tar.gz3:  安装,cd setuptools-1.1.7python setup.py install4:使用easy_install安装[root@hy1 liuxiaojie]# which easy_install/usr/bin/easy_install[root@hy1 liuxiaojie]# easy_instal.........【阅读全文】

阅读(1372) | 评论(0) | 转发(0)

发布时间:2013-11-01 15:00:17

1:安装模块时提示解决方法 :yum -y install python-devel2:解决方法:[root@hy1 tools]# yum -y installMySQL-pythonLoaded plugins: fastestmirror, securityLoading mirror speeds from cached hostfile.....但运行时提示连接不上db_mysql_exceptions.OperationalError: (2002,"Can't connect to l.........【阅读全文】

阅读(1366) | 评论(0) | 转发(0)

发布时间:2013-07-09 11:16:37

1:解决方法:yum -y install python-setuptools2: [root@s4 backupv2]#  python start.pyTraceback (most recent call last):  File "start.py", line 2, in     import MySQLdbImportError: No module named MySQLdb解决方法: yum -y install  MySQL-python.........【阅读全文】

阅读(2022) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

chinaunix网友2010-04-10 18:37

呵呵,文章中露点了!

回复 |  删除 |  举报

chinaunix网友2009-11-05 22:00

写的非常好,收益匪浅,加油啊,caoshouwen!

回复 |  删除 |  举报

chinaunix网友2008-12-02 15:50

强嘎~!

回复 |  删除 |  举报

yexin2182008-11-26 23:38

不错啊,加油哦

回复  |  举报
留言热议
请登录后留言。

登录 注册