端末でmint16から17にコマンドラインでアップグレード成功したって喜んでたらmintinstallが動かなくなってはまった。
ターミナルでmintinstallと打つと、下記のエラーググると対策が見つかった。
ImportError: The _imagingft C module is not installed
https://stackoverflow.com/questions/4011705/python-the-imagingft-c-module-is-not-installed
sudo pip uninstall PIL
sudo apt-get install libfreetype6-dev
sudo apt-get install python-imaging
これで起動するようになった。
ここまでたどり着くのに結構時間かかった、おしまい。
広告