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

同时还提示: 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

.....

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

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