码迷,mamicode.com
首页 > 其他好文 > 详细

安装mezzanine时报:storing debug log for failure【已解决】

时间:2014-08-29 17:48:38      阅读:1090      评论:0      收藏:0      [点我收藏+]

标签:blog   http   ar   for   div   log   on   c   ef   

同时还提示: bz2 module is not found(貌似)

解决方法:

1。重新安装python

wget http://bzip.org/1.0.6/bzip2-1.0.6.tar.gz
tar xpzf bzip2-1.0.6.tar.gz
cd bzip2-1.0.6
make
make -f Makefile-libbz2_so
make install PREFIX=/usr/local/
cd Python-2.7.3
./configure --prefix=/usr/local/
make install

2。安装mezzanine:

pip install mezzanine

.....

恶心的红色终于没出现!!!  

安装mezzanine时报:storing debug log for failure【已解决】

标签:blog   http   ar   for   div   log   on   c   ef   

原文地址:http://www.cnblogs.com/bushe/p/3945347.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!