Blanktar

  1. top
  2. blog
  3. 2014

2014年5月の記事

  1. gentooでtimezone-dataとやらをアップデートしようとしたらsymbolic linkがどうので失敗した

    gentooの`sys-libs/timezone-data-2014a`を更新しているときに発生する、`Too many levels of symbolic links`というエラーへの対処方法です。

  2. pythonのgeventにAssertionErrorとか言われて詰みかけた話

    pythonのgeventで発生する「assert not self.headers_sent」や「TypeError: an integer or string of size 1 is required」とかいうエラーへの対処方法です。

  3. pythonのgeventとやらでwebsocket

    pythonのgeventというライブラリを使って、websocketを使ったリアルタイム通信を実装してみました。