首页 > 代码库 > 安装mezzanine时报:storing debug log for failure【已解决】

安装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.gztar xpzf bzip2-1.0.6.tar.gzcd bzip2-1.0.6makemake -f Makefile-libbz2_somake 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【已解决】