<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Running doctests from TextMate for Google App Engine modules</title>
	<atom:link href="http://aralbalkan.com/1358/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1358</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Sun, 14 Mar 2010 13:33:42 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stuart Grimshaw</title>
		<link>http://aralbalkan.com/1358/comment-page-1#comment-203129</link>
		<dc:creator>Stuart Grimshaw</dc:creator>
		<pubDate>Tue, 06 Jan 2009 14:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1358#comment-203129</guid>
		<description>This seems like a daft question, but where did you put the gae_doctest module?</description>
		<content:encoded><![CDATA[<p>This seems like a daft question, but where did you put the gae_doctest module?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beech Horn</title>
		<link>http://aralbalkan.com/1358/comment-page-1#comment-193258</link>
		<dc:creator>Beech Horn</dc:creator>
		<pubDate>Sat, 15 Nov 2008 16:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1358#comment-193258</guid>
		<description>A brilliant aid to those of any IDE, thank you.

You may want to add:
&gt;&gt;&gt; from google.appengine.api.memcache import memcache_stub
to your import section, along with:
&gt;&gt;&gt; # Use a fresh memcache stub.
&gt;&gt;&gt; apiproxy_stub_map.apiproxy.RegisterStub(
&gt;&gt;&gt;   &#039;memcache&#039;, memcache_stub.MemcacheServiceStub())
at the end of the file, negating memcache errors.</description>
		<content:encoded><![CDATA[<p>A brilliant aid to those of any IDE, thank you.</p>
<p>You may want to add:<br />
&gt;&gt;&gt; from google.appengine.api.memcache import memcache_stub<br />
to your import section, along with:<br />
&gt;&gt;&gt; # Use a fresh memcache stub.<br />
&gt;&gt;&gt; apiproxy_stub_map.apiproxy.RegisterStub(<br />
&gt;&gt;&gt;   &#8216;memcache&#8217;, memcache_stub.MemcacheServiceStub())<br />
at the end of the file, negating memcache errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeles</title>
		<link>http://aralbalkan.com/1358/comment-page-1#comment-167148</link>
		<dc:creator>Joeles</dc:creator>
		<pubDate>Tue, 15 Jul 2008 23:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1358#comment-167148</guid>
		<description>I tried it with textmate and it kind of works, but i still get a 404 error.
i think it has something to do with the google webapp framework for some reason probably &quot;/&quot; is not fetched? any hints on howto solve this while debugging or even setting which handler to call?</description>
		<content:encoded><![CDATA[<p>I tried it with textmate and it kind of works, but i still get a 404 error.<br />
i think it has something to do with the google webapp framework for some reason probably &#8220;/&#8221; is not fetched? any hints on howto solve this while debugging or even setting which handler to call?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
