Python

TS-639にMoinMoin 1.9.2をインストールする。

MoinMoin(モインモイン)はPythonで書かれたWikiEngineです。 TS-639では、ipkgから簡単にインストールすることができます。 インストール # ipkg install py25-moin Installing py25-moin (1.9.2-1) to root... Downloading http://ipkg.nslu2-linux.org/fee…

TS-639にmod_wsgiをインストールする。

mod_wsgiのインストール # ipkg install mod-wsgi Installing mod-wsgi (3.2-1) to root... Downloading http://ipkg.nslu2-linux.org/feeds/optware/ts509/cross/unstable/mod-wsgi_3.2-1_i686.ipk Installing apache (2.2.15-1) to root... Downloading ht…

TS-639にPythonをインストールする。

QPKGからPythonを選択してインストール。 動作確認 # which python /usr/bin/python # python -V Python 2.5.5

のお勉強

「Pythonチュートリアル」の書籍がデブサミ2010で先行販売していました。ちょうどPythonの勉強をしたかったので、購入しました。 書籍自体は200ページ弱と短いので3日くらいで読み終わります。 まだ、リストとタプルの使い分けが分かっていないけど、python…