在ubuntu9.04下我安装如下步骤安装mic2
$git clone git://git.moblin.org/moblin-image-creator-2
$cd moblin-image-creator-2
$make clean
$make
$sudo make install
出错如下:
python setup.py build
make: python:命令未找到
make: *** [mic/__init__.py] 错误 127
------解决方案--------------------------------------------------------
没装python?
默认就应该是装好了的
试试sudo apt-get install python
------解决方案--------------------------------------------------------
安装mic要先安装这些包
git-core
automake
autotools-dev
build-essential
dh-make
fakeroot
python
debootstrap
cur