<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>サイキョウライン &#187; Python</title>
	<atom:link href="http://saikyoline.jp/weblog/category/python/feed" rel="self" type="application/rss+xml" />
	<link>http://saikyoline.jp/weblog</link>
	<description>コンピュータに関係あることとか、ないこととか。</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:17:56 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mod_pythonでTrac。</title>
		<link>http://saikyoline.jp/weblog/2006/05/26/002626.html</link>
		<comments>http://saikyoline.jp/weblog/2006/05/26/002626.html#comments</comments>
		<pubDate>Thu, 25 May 2006 15:26:26 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=268</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>まとめ完了。<br/><br />
せっかくなのでPythonもApacheも入っていない状態からはじめてます。つかれた・・・。<br/><br />
<br/><br />
[ref.] <a href="http://saikyoline.jp/wiki/index.php?%A5%E1%A5%E2%2FMod_python%A4%C7Trac">メモ/Mod_pythonでTrac</a></p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2006/05/26/002626.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_fcgidでTrac（挫折）。</title>
		<link>http://saikyoline.jp/weblog/2006/05/23/002226.html</link>
		<comments>http://saikyoline.jp/weblog/2006/05/23/002226.html#comments</comments>
		<pubDate>Mon, 22 May 2006 15:22:26 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=265</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>タイトルのとおり。<br/><br />
「<a href="http://projects.edgewall.com/trac/wiki/TracFastCgi">http://projects.edgewall.com/trac/wiki/TracFastCgi</a>」のとおりにやるも、どうしても</p>
<pre class="code"><code>DefaultInitEnv TRAC_ENV /path/to/env/trac/</code></pre>
<p>が効いてくれない。mod_fcgidのドキュメント少なすぎ。<br/><br />
この1行のために週末をまるっと費やしてしまったので、Mod_pythonでいくことに。<br/><br />
そしてMod_pythonはApache2.2系では未サポートなのでやむなく2.0系に。<br/><br />
<br/><br />
こっちは無事に動いてくれたので、手順をまとめ中・・・。なんか負けた気がする。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2006/05/23/002226.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Python 2.4 ドキュメントの和訳が完了。</title>
		<link>http://saikyoline.jp/weblog/2006/05/12/013646.html</link>
		<comments>http://saikyoline.jp/weblog/2006/05/12/013646.html#comments</comments>
		<pubDate>Thu, 11 May 2006 16:36:46 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=260</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://slashdot.jp/article.pl?sid=06/05/11/1254247&#038;from=rss" title="スラッシュドット ジャパン | Python 2.4 ドキュメントの和訳が完了"><p><a href="http://slashdot.jp/article.pl?sid=06/05/11/1254247&#038;from=rss">スラッシュドット ジャパン | Python 2.4 ドキュメントの和訳が完了</a></p>
<p>&#8220;Pythonドキュメント翻訳プロジェクト有志の作業により、この度バージョン 2.4のドキュメント翻訳が完了しました。2.4関連のドキュメントに全面対応したのは勿論、大幅に追加されたチュートリアルや、モジュール配布ユーティリティのdistutils API ドキュメントも日本語で読むことが可能になっています。</p></blockquote>
<p>こっちも元気です。さらに寝る時間がなくなるじゃないですか・・・。<br/><br />
<br/><br />
[ref.] Python 和訳ドキュメント &#8211; <a href="http://www.python.jp/doc/">http://www.python.jp/doc/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2006/05/12/013646.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ソースコードのエンコーディング指定。</title>
		<link>http://saikyoline.jp/weblog/2006/04/23/013006.html</link>
		<comments>http://saikyoline.jp/weblog/2006/04/23/013006.html#comments</comments>
		<pubDate>Sat, 22 Apr 2006 16:30:06 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=248</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>知りませんでしたシリーズ。</p>
<blockquote cite="http://www.python.jp/Zope/articles/japanese/Python4Japanese-2" title="日本語環境でのPython (for Python 2.3 or later)"><p><a href="http://www.python.jp/Zope/articles/japanese/Python4Japanese-2">日本語環境でのPython (for Python 2.3 or later)</a></p>
<p>ソースコードのエンコーディングを定義するには、ソースコードの一行目か二行目に次のように書きます。<br/></p>
<pre class="code"><code># coding: エンコーディング名</code></pre>
<pre class="code"><code># coding=エンコーディング名</code></pre>
</blockquote>
<p>そして</p>
<blockquote cite="http://www.python.jp/Zope/articles/japanese/Python4Japanese-2" title="日本語環境でのPython (for Python 2.3 or later)"><p>前後には余計な文字列を書くこともできます。 Emacs 使用者は<br/></p>
<pre class="code"><code># -*- coding: euc-jp -*-</code></pre>
<p>のように、Vim 使用者は</p>
<pre class="code"><code># vim: fileencoding=euc-jp</code></pre>
<p>のようにするといいでしょう。</p></blockquote>
<p>そうだったんだ・・・。<br/><br />
上の「Emacs 使用者」向けの書き方が仕様なんだと思ってました。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2006/04/23/013006.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache 2.2.0とMod_python 3.1.4</title>
		<link>http://saikyoline.jp/weblog/2006/01/10/005612.html</link>
		<comments>http://saikyoline.jp/weblog/2006/01/10/005612.html#comments</comments>
		<pubDate>Mon, 09 Jan 2006 15:56:12 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=171</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Apache起動時に</p>
<blockquote><p>httpd: Syntax error on line 54 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/mod_python.so into server: /usr/local/apache2/modules/mod_python.so: undefined symbol: APR_STATUS_IS_SUCCESS</p></blockquote>
<p>ハマった末に公式メーリングリストのログに<br/><br />
<a href="http://www.modpython.org/pipermail/mod_python/2005-December/019658.html">[mod_python] mod_python with apache 2.2.0 is not working</a><br />
を見つける。<br/><br />
<br/><br />
・・・あーそういうこと。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2006/01/10/005612.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

