Pixel Pedals of Tomakomai

北海道苫小牧市出身の初老の日常

2007-06-27から1日間の記事一覧

mechanize

さっきのエントリでぶっ込んだばかりのmechanizeを使ってみました。 >>> import mechanize >>> br = mechanize.Browser() >>> br.open("http://d.hatena.ne.jp/hiratara/") <response_seek_wrapper at 0x1305198 whose wrapped object = <closeable_response at 0x1301f58 whose fp = <socket._fileobject object at 0x12ff378>>> >>> print br.title()…</response_seek_wrapper>

easy_install をインストール

こちらのエントリを見ながら、easy_installをインストール。と思ったら、wgetが動かない。 % wget http://peak.telecommunity.com/dist/ez_setup.py dyld: Library not loaded: /opt/local/lib/libintl.3.dylib Referenced from: /opt/local/bin/wget Reason…