hasen's tech life

Twitter: @hasen

Entries from 2015-04-20 to 1 day

error_logを確認して,Flaskを入れ忘れていたことに気づいた.

画面が表示されないので,error_logを確認した. $ sudo tail -f /var/log/httpd/error_log > Sun Apr 19 17:58:44 2015] [error] [client 10.0.2.2] mod_wsgi (pid=13682): Target WSGI script '/var/www/flask/app.wsgi' cannot be loaded as Python modul…

Bookmark (2015-04-20)

・ラムダ計算基礎文法最速マスター http://d.hatena.ne.jp/tarao/20100208/1265605429 ・Webオペレーションエンジニアのアウトプットと開発力 http://hb.matsumoto-r.jp/entry/2015/04/20/151743 ・ド素人だからこそ実現できる! エンジニアが本気で楽しめる…

Pythonのコードを静的解析する為にflake8を入れた.

Pythonのコードを静的解析する為にflake8を入れた. $ python -V > Python 3.4.2 $ pip install flake8 $ exec $SHELL -l $ which flake8 > /PATH/TO/flake8