2013-08-01から1ヶ月間の記事一覧

nginxをインストール

# pkg_add -r nginx # echo 'nginx_enable="YES"' >> /etc/rc.conf # service nginx start

calibreのPythonコードを書こうとしてつまづいたところ。

calibreはインストールしたのになぜかPythonでimportできない、というのにつまづきました。 >>> import calibre Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named calibre なんでかなと思ったら、init_calibreをまずi</module></stdin>…