タグ

2009年5月23日のブックマーク (5件)

  • distutils with boost.python - おびなたん☆

    昨日のエントリのコメントにて、 nishio『とりあえずインストールしてみたけどなにがいいのかよくわかんない… bjamとかいう独自のビルドツールを使うせいで標準のdistutilが持っている機能(Windows用インストーラがコマンド1行で作れるとか)が使えなくなってしまっている気がする。』 (2007/06/11 12:33) earth2001y『bjamはboost自体をビルド、インストールするのに使うだけで、それ以後は関係ないよ。distuilも普通に使えるので、整理して新しいエントリに書きますね。』 (2007/06/11 18:46) って書いたので、Boostの準備からモジュールの作成、インストールまで、順を追って書き出してみますた。 Boostをインストール まず、Boostの準備。BoostのソースとbjamをBoostの配布元からとってくる。Boosy.Python

  • 西尾泰和のブログ @ Cybozu Labs: Python拡張の作り方

    いくつかの落とし穴をよければ意外と簡単だったので、 この文章を必要としている誰かのために整理してみることにします。 追記: おびなたのはてな日記 - distutils with boost.pythonで詳しく説明されているように、C++とBoostを使うともっと楽になるようです。近いうちに試してみます。 また、 Cybozu Developer Network: Python調査報告 (2006/10) によれば 「PEAKの setuptools は distutils の拡張で(中略)distutils の上位互換であるため、setuptools を使用しない理由はありません。積極的に使用しましょう。」とのことなのでこちらも試してみたいと思います。 Cのコードを用意する 書き換えるべき所を明確にするために、 [[MODULE_NAME]]というように表記しました。 同じ名前の括弧に

  • Cython: C-Extensions for Python

    About Cython Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). It makes writing C extensions for Python as easy as Python itself. Cython gives you the combined power of Python and C to let you write Python code that calls back and forth from and to C or C++ code natively at any point. easily tune readable

    okagawa
    okagawa 2009/05/23
    pyrexベースのPython拡張言語
  • Chmox - a Mac OS X CHM viewer

    Read your CHM documents on your Mac. Version History Version 0.3 (February 5th, 2005) Added application icon Added version checking featureFrench & german localizations Many bugs fixed ("white artifact", memoty leaks..) Version 0.2 (July 1st, 2004) Added toolbar Added text size customization More stable Version 0.1b (June 2nd, 2004) Added table of contents Added windows size and location preferenc

    okagawa
    okagawa 2009/05/23
    Mac用のchmファイルビューワ
  • ICSharpCode

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    ICSharpCode
    okagawa
    okagawa 2009/05/23
    .NETでzip,gz,bzip2を扱うライブラリ。tar.gz, tar.bz2も扱える。