<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>タロタローグ ブログ &#187; Google App Engine</title>
	<atom:link href="http://blog.tarotaro.org/archives/category/python/google-app-engine/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.tarotaro.org</link>
	<description>ActionScript3.0のサンプルを色々と弄る日記</description>
	<lastBuildDate>Mon, 30 Jan 2012 15:32:27 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.tarotaro.org/archives/category/python/google-app-engine/feed" />
		<item>
		<title>Google App Engineを試したら、Hello World!にすらつまづいた男の日記。</title>
		<link>http://blog.tarotaro.org/archives/59</link>
		<comments>http://blog.tarotaro.org/archives/59#comments</comments>
		<pubDate>Fri, 18 Apr 2008 15:36:47 +0000</pubDate>
		<dc:creator>太郎</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://blog.tarotaro.org/archives/59</guid>
		<description><![CDATA[今回はGoogle App Engineの話。 実はあんまり興味は無くて、アプリケーション登録すらしてないが、近いうちに仕事でPythonを使う可能性が出てきたので、練習の意味をこめて触ってみる。 が、今回はまずHello World!に失敗する話から。というか、サーバ起動失敗してるからね。 Pythonチュートリアル著者／訳者：Guido van Rossum出版社：オライリー・ジャパン( 2007-09-22 )定価：￥ 1,260ISBN-10 : 4873113407ISBN-13 : 9784873113401 取り敢えずGoogleの説明を見ながらコーディングして、設定ファイルを書く。 PLAIN TEXT application: helloworld version: 1 runtime: python api_version: 1 - url: /.* script: helloworld.py で、この設定ファイルで既に失敗している。 正解はこう。 PLAIN TEXT application: helloworld version: 1 runtime: python api_version: 1 - url: /.* &#160; script: helloworld.py さすがPython、半角スペース2つがここまで大事とは・・・！ やられました。以後気をつけます。 あと、色々サイトを調べると、我々日本人としては問答無用で、スクリプトの頭に PLAIN TEXT [...]]]></description>
		<wfw:commentRss>http://blog.tarotaro.org/archives/59/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.tarotaro.org/archives/59" />
	</item>
	</channel>
</rss>

