首页 > 其他 > 详细

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

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

同时还提示: 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【已解决】

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

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