安装MySQL-python-1.2.5提示:
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
[root@hz ~]# cd /byrd/tools/ [root@hz tools]# wget https://www.python.org/ftp/python/2.7.7/Python-2.7.7.tgz [root@hz tools]# tar zxf Python-2.7.7.tgz [root@hz tools]# cd Python-2.7.7 [root@hz Python-2.7.7]# ./configure --prefix=/byrd/server/Python-2.7.7 [root@hz Python-2.7.7]# make && make install [root@hz Python-2.7.7]# mv /usr/bin/python /usr/bin/python_2.6.6 [root@hz server]# ln -s /byrd/server/Python-2.7.7/bin/python2.7 /usr/bin/python [root@hz tools]# wget https://www.djangoproject.com/download/1.6.5/tarball/ [root@hz tools]# tar zxf Django-1.6.5.tar.gz [root@hz tools]# cd Django-1.6.5 [root@hz Django-1.6.5]# python setup.py install [root@hz tools]# wget https://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-1.2.5.zip#md5=654f75b302db6ed8dc5a898c625e030c [root@hz tools]# unzip MySQL-python-1.2.5.zip [root@hz tools]# cd MySQL-python-1.2.5 [root@hz MySQL-python-1.2.5]# vim site.cfg #改成/usr/local/mysql/bin/mysql_config [root@hz MySQL-python-1.2.5]# python setup.py install Traceback (most recent call last): File "setup.py", line 7, in <module> import setuptools ImportError: No module named setuptools [root@hz tools]# wget https://pypi.python.org/packages/source/s/setuptools/setuptools-5.2.tar.gz [root@hz tools]# tar zxf setuptools-5.2.tar.gz [root@hz setuptools-5.2]# python setup.py build [root@hz setuptools-5.2]# python setup.py install [root@hz MySQL-python-1.2.5]# python setup.py install [root@hz MySQL-python-1.2.5]# python Python 2.7.7 (default, Jun 26 2014, 20:29:16) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import django >>> django.VERSION (1, 6, 5, 'final', 0) [root@hz tools]# wget http://projects.unbit.it/downloads/uwsgi-2.0.1.tar.gz [root@hz tools]# tar zxf uwsgi-2.0.1.tar.gz [root@hz uwsgi-2.0.1]# python setup.py build [root@hz uwsgi-2.0.1]# make [root@hz uwsgi-2.0.1]# cp uwsgi /usr/bin |
参考:http://blog.163.com/longsu2010@yeah/blog/static/17361234820118675835662/
参考:http://www.cnblogs.com/lhj588/archive/2012/02/21/2361980.html
参考:http://englishman2008.blog.163.com/blog/static/28012907201322983130875/
参考:http://www.cnblogs.com/ballwql/p/3507784.htmlSourceByrd's Weblog-https://note.t4x.org/error/importerror-no-module-named-setuptools/ SourceByrd's Weblog-https://note.t4x.org/error/importerror-no-module-named-setuptools/
申明:除非注明Byrd's Blog内容均为原创,未经许可禁止转载!详情请阅读版权申明!
Trackbacks