<?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/"
		>
<channel>
	<title>Comments for Daniel Banck</title>
	<atom:link href="http://dbanck.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbanck.de</link>
	<description>Webentwicklung - Webdevelopment</description>
	<lastBuildDate>Fri, 05 Mar 2010 07:52:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Using Jinja2 with Django by Daniel Banck</title>
		<link>http://dbanck.de/2009/01/13/using-jinja2-with-django/comment-page-1/#comment-201</link>
		<dc:creator>Daniel Banck</dc:creator>
		<pubDate>Fri, 05 Mar 2010 07:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://dbanck.de/?p=31#comment-201</guid>
		<description>Did you import &#039;env&#039;?
And why you wrote that in the __init__.py? You should keep this file as small as possible.</description>
		<content:encoded><![CDATA[<p>Did you import &#8216;env&#8217;?<br />
And why you wrote that in the __init__.py? You should keep this file as small as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Jinja2 with Django by Mike</title>
		<link>http://dbanck.de/2009/01/13/using-jinja2-with-django/comment-page-1/#comment-200</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 05 Mar 2010 02:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://dbanck.de/?p=31#comment-200</guid>
		<description>Actually, that line&#039;s in there. It&#039;s in my __init__.py under the libs folder in my project.</description>
		<content:encoded><![CDATA[<p>Actually, that line&#8217;s in there. It&#8217;s in my __init__.py under the libs folder in my project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Jinja2 with Django by Daniel Banck</title>
		<link>http://dbanck.de/2009/01/13/using-jinja2-with-django/comment-page-1/#comment-199</link>
		<dc:creator>Daniel Banck</dc:creator>
		<pubDate>Thu, 04 Mar 2010 22:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://dbanck.de/?p=31#comment-199</guid>
		<description>Maybe you missed this line, Mike:
env = Environment(extensions=global_exts, loader=ChoiceLoader(loader_array))

Thats the definition of &#039;env&#039;. Missing this would case your error.</description>
		<content:encoded><![CDATA[<p>Maybe you missed this line, Mike:<br />
env = Environment(extensions=global_exts, loader=ChoiceLoader(loader_array))</p>
<p>Thats the definition of &#8216;env&#8217;. Missing this would case your error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Jinja2 with Django by Mike</title>
		<link>http://dbanck.de/2009/01/13/using-jinja2-with-django/comment-page-1/#comment-198</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 04 Mar 2010 22:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://dbanck.de/?p=31#comment-198</guid>
		<description>When using the the code you provided above, I run into the error:

global name &#039;env&#039; is not defined.

Anything you can think of that would cause this error?</description>
		<content:encoded><![CDATA[<p>When using the the code you provided above, I run into the error:</p>
<p>global name &#8216;env&#8217; is not defined.</p>
<p>Anything you can think of that would cause this error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP and Cherokee by rich97</title>
		<link>http://dbanck.de/2009/06/16/cakephp-and-cherokee/comment-page-1/#comment-197</link>
		<dc:creator>rich97</dc:creator>
		<pubDate>Thu, 04 Mar 2010 08:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://dbanck.de/?p=60#comment-197</guid>
		<description>Ummm, well I&#039;m not sure what I did, but it fixed itself while I was pressing buttons.

But yeah, that _was_ the error I was getting...</description>
		<content:encoded><![CDATA[<p>Ummm, well I&#8217;m not sure what I did, but it fixed itself while I was pressing buttons.</p>
<p>But yeah, that _was_ the error I was getting&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP and Cherokee by Daniel Banck</title>
		<link>http://dbanck.de/2009/06/16/cakephp-and-cherokee/comment-page-1/#comment-196</link>
		<dc:creator>Daniel Banck</dc:creator>
		<pubDate>Thu, 04 Mar 2010 08:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://dbanck.de/?p=60#comment-196</guid>
		<description>What&#039;s the exact problem you&#039;re encoutering currently, rich97?

A 403 while accessing the path /?</description>
		<content:encoded><![CDATA[<p>What&#8217;s the exact problem you&#8217;re encoutering currently, rich97?</p>
<p>A 403 while accessing the path /?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP and Cherokee by rich97</title>
		<link>http://dbanck.de/2009/06/16/cakephp-and-cherokee/comment-page-1/#comment-195</link>
		<dc:creator>rich97</dc:creator>
		<pubDate>Thu, 04 Mar 2010 02:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://dbanck.de/?p=60#comment-195</guid>
		<description>Hey, I&#039;m new to Cherokee. Any chance you could elaborate on your last comment?

I cannot get this work work in Cherokee 0.9.43 and I have been searching for hours.

Andrew K&#039;s solution doesn&#039;t seem to work and I don&#039;t understand yours.</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;m new to Cherokee. Any chance you could elaborate on your last comment?</p>
<p>I cannot get this work work in Cherokee 0.9.43 and I have been searching for hours.</p>
<p>Andrew K&#8217;s solution doesn&#8217;t seem to work and I don&#8217;t understand yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Github, Windows and TortoiseGit &#8211; Part 1 Installing &amp; Pulling by Kaz</title>
		<link>http://dbanck.de/2009/10/08/github-windows-and-tortoisegit-part-1-installing-pulling/comment-page-1/#comment-194</link>
		<dc:creator>Kaz</dc:creator>
		<pubDate>Wed, 17 Feb 2010 03:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://dbanck.de/?p=82#comment-194</guid>
		<description>This was great! I&#039;m looking forward to seeing part two!</description>
		<content:encoded><![CDATA[<p>This was great! I&#8217;m looking forward to seeing part two!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Github, Windows and TortoiseGit &#8211; Part 1 Installing &amp; Pulling by Matt</title>
		<link>http://dbanck.de/2009/10/08/github-windows-and-tortoisegit-part-1-installing-pulling/comment-page-1/#comment-187</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 08 Jan 2010 17:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://dbanck.de/?p=82#comment-187</guid>
		<description>Thanks a lot for this.  I&#039;ve been struggling to get Tortoisegit working for a while - I mostly left everything at default in the git install and figured it was a tortoisegit problem.

Everything working now though!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this.  I&#8217;ve been struggling to get Tortoisegit working for a while &#8211; I mostly left everything at default in the git install and figured it was a tortoisegit problem.</p>
<p>Everything working now though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Github, Windows and TortoiseGit &#8211; Part 1 Installing &amp; Pulling by qwerty</title>
		<link>http://dbanck.de/2009/10/08/github-windows-and-tortoisegit-part-1-installing-pulling/comment-page-1/#comment-168</link>
		<dc:creator>qwerty</dc:creator>
		<pubDate>Mon, 23 Nov 2009 12:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://dbanck.de/?p=82#comment-168</guid>
		<description>Thank you very much, did not know how to start using this program :)</description>
		<content:encoded><![CDATA[<p>Thank you very much, did not know how to start using this program <img src='http://dbanck.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
