首页 > 编程语言 > 详细

Python uwsgi 无法安装以及编译报错的处理方式

时间:2015-04-15 10:54:34      阅读:519      评论:0      收藏:0      [点我收藏+]

之前安装uwsgi的时候编译一步有出错,因为比较早,部分错误代码已经找不到了,网上找了部分错误信息, 现把解决方式共享出来。

环境:CentOS release 6.4    Python 2.7.3 

 

报类似下面的错误代码,多半因为setuptools没有安装,安装setuptools就好了

技术分享

 

bash-3.2# python setup.py build 
Traceback (most recent call last): 
  File "setup.py", line 6, in module
    from setuptools import setup 
ImportError: No module named setuptools 

 

报类似下面的错误代码,多半因为python-devel没有正确安装,重新安装就好了

技术分享

 

n file included from plugins/python/python_plugin.c:1: 
plugins/python/uwsgi_python.h:2:20: error: Python.h: No such file or directory 
plugins/python/uwsgi_python.h:4:25: error: frameobject.h: No such file or di rectory 
In file included from plugins/python/python_plugin.c:1: 
plugins/python/uwsgi_python.h:42: error: expected ?1?7?1?7before ?1?7?1?7token 
plugins/python/uwsgi_python.h:43: error: expected ?1?7?1?7before ?1?7?1?7token 
In file included from plugins/python/python_plugin.c:1:0:
plugins/python/uwsgi_python.h:2:20: 致命错误:Python.h:没有那个文件或目录

 

 在安装uwsgi 以前,请确保libxml2,gcc,python-devel正确安装

Python uwsgi 无法安装以及编译报错的处理方式

原文:http://www.cnblogs.com/LinuxBlogs/p/4427704.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!