<?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>Kommentare für breakthesystem</title>
	<atom:link href="http://breakthesystem.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://breakthesystem.org</link>
	<description>Elegante Anwendungen für Web, iPhone und Mac</description>
	<lastBuildDate>Sat, 06 Feb 2010 11:15:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Kommentar zu How to install Django on Mac OS X 10.6 Snow Leopard von Alon</title>
		<link>http://breakthesystem.org/2009/django-on-snow-leopard/comment-page-1/#comment-406</link>
		<dc:creator>Alon</dc:creator>
		<pubDate>Sat, 06 Feb 2010 11:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/?p=377#comment-406</guid>
		<description>You got ALOT missing. Followed this steps. First my python is /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/ 

secondly, 

mysqldb module not found error:

http://davidmichaelthompson.com/2008/02/18/notes-installing-django-python-mysql-on-os-x/</description>
		<content:encoded><![CDATA[<p>You got ALOT missing. Followed this steps. First my python is /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/ </p>
<p>secondly, </p>
<p>mysqldb module not found error:</p>
<p><a href="http://davidmichaelthompson.com/2008/02/18/notes-installing-django-python-mysql-on-os-x/" rel="nofollow">http://davidmichaelthompson.com/2008/02/18/notes-installing-django-python-mysql-on-os-x/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Booting from USB on a Via Epia M Board von Greg</title>
		<link>http://breakthesystem.org/2007/booting-from-usb-on-a-via-epia-m-board/comment-page-1/#comment-405</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 04 Feb 2010 23:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/2007/booting-from-usb-on-a-via-epia-m-board/#comment-405</guid>
		<description>thank you SO Much!   I can&#039;t believe i&#039;m even trying to still use a EPIA-M.  There are a lot of better ones out there these days ...</description>
		<content:encoded><![CDATA[<p>thank you SO Much!   I can&#8217;t believe i&#8217;m even trying to still use a EPIA-M.  There are a lot of better ones out there these days &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu How to install Django on Mac OS X 10.6 Snow Leopard von Trouble With Python Paths and Installing Django From SVN &#124; MirthLab</title>
		<link>http://breakthesystem.org/2009/django-on-snow-leopard/comment-page-1/#comment-404</link>
		<dc:creator>Trouble With Python Paths and Installing Django From SVN &#124; MirthLab</dc:creator>
		<pubDate>Thu, 07 Jan 2010 21:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/?p=377#comment-404</guid>
		<description>[...] How to install Django on Mac OS X 10.6 Snow Leopard [...]</description>
		<content:encoded><![CDATA[<p>[...] How to install Django on Mac OS X 10.6 Snow Leopard [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Introducing django-thumbnail.py von Mario</title>
		<link>http://breakthesystem.org/2009/introducing-django-thumbnail-py/comment-page-1/#comment-403</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Thu, 07 Jan 2010 14:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/?p=439#comment-403</guid>
		<description>Read through the instructions and placed the thumbnail.py in the application templatetag directory. Added {% load thumbnail %} in template. Also created a __init__py file.
I am getting the following error message:

riginal Traceback (most recent call last):
  File &quot;/usr/lib/python2.5/site-packages/django/template/debug.py&quot;, line 71, in render_node
    result = node.render(context)
  File &quot;/usr/lib/python2.5/site-packages/django/template/debug.py&quot;, line 87, in render
    output = force_unicode(self.filter_expression.resolve(context))
  File &quot;/usr/lib/python2.5/site-packages/django/template/__init__.py&quot;, line 575, in resolve
    arg_vals.append(arg.resolve(context))
  File &quot;/usr/lib/python2.5/site-packages/django/template/__init__.py&quot;, line 694, in resolve
    value = self._resolve_lookup(context)
  File &quot;/usr/lib/python2.5/site-packages/django/template/__init__.py&quot;, line 747, in _resolve_lookup
    raise VariableDoesNotExist(&quot;Failed lookup for key [%s] in %r&quot;, (bit, current)) # missing attribute
VariableDoesNotExist: Failed lookup for key [220x220] in u&#039;[{\&#039;params\&#039;: {}}, {\&#039;csrf_token\&#039;: },

Appreciate your help.</description>
		<content:encoded><![CDATA[<p>Read through the instructions and placed the thumbnail.py in the application templatetag directory. Added {% load thumbnail %} in template. Also created a __init__py file.<br />
I am getting the following error message:</p>
<p>riginal Traceback (most recent call last):<br />
  File &#8220;/usr/lib/python2.5/site-packages/django/template/debug.py&#8221;, line 71, in render_node<br />
    result = node.render(context)<br />
  File &#8220;/usr/lib/python2.5/site-packages/django/template/debug.py&#8221;, line 87, in render<br />
    output = force_unicode(self.filter_expression.resolve(context))<br />
  File &#8220;/usr/lib/python2.5/site-packages/django/template/__init__.py&#8221;, line 575, in resolve<br />
    arg_vals.append(arg.resolve(context))<br />
  File &#8220;/usr/lib/python2.5/site-packages/django/template/__init__.py&#8221;, line 694, in resolve<br />
    value = self._resolve_lookup(context)<br />
  File &#8220;/usr/lib/python2.5/site-packages/django/template/__init__.py&#8221;, line 747, in _resolve_lookup<br />
    raise VariableDoesNotExist(&#8220;Failed lookup for key [%s] in %r&#8221;, (bit, current)) # missing attribute<br />
VariableDoesNotExist: Failed lookup for key [220x220] in u&#8217;[{\&#8217;params\&#8217;: {}}, {\&#8217;csrf_token\&#8217;: },</p>
<p>Appreciate your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu How to install Django on Mac OS X 10.6 Snow Leopard von How to install Django and MySql on Mac OsX Snow Leopard : A totanus in the net</title>
		<link>http://breakthesystem.org/2009/django-on-snow-leopard/comment-page-1/#comment-401</link>
		<dc:creator>How to install Django and MySql on Mac OsX Snow Leopard : A totanus in the net</dc:creator>
		<pubDate>Mon, 21 Dec 2009 21:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/?p=377#comment-401</guid>
		<description>[...] http://breakthesystem.org/2009/django-on-snow-leopard/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://breakthesystem.org/2009/django-on-snow-leopard/" rel="nofollow">http://breakthesystem.org/2009/django-on-snow-leopard/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Booting from USB on a Via Epia M Board von Tom</title>
		<link>http://breakthesystem.org/2007/booting-from-usb-on-a-via-epia-m-board/comment-page-1/#comment-398</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 30 Nov 2009 18:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/2007/booting-from-usb-on-a-via-epia-m-board/#comment-398</guid>
		<description>Thank you!  Saved me a lot of heartache!</description>
		<content:encoded><![CDATA[<p>Thank you!  Saved me a lot of heartache!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu How to install Django on Mac OS X 10.6 Snow Leopard von Mark Raddatz</title>
		<link>http://breakthesystem.org/2009/django-on-snow-leopard/comment-page-1/#comment-394</link>
		<dc:creator>Mark Raddatz</dc:creator>
		<pubDate>Fri, 06 Nov 2009 23:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/?p=377#comment-394</guid>
		<description>The simplest way to install django is to create a new isolated python environment with virtualenv and pip anywhere in the path you like.

$ cd /tmp/
$ virtualenv mydjango
$ cd mydjango/
$ ./bin/easy_install pip
$ ./bin/pip install django
$ ./bin/django-admin.py startproject mypony</description>
		<content:encoded><![CDATA[<p>The simplest way to install django is to create a new isolated python environment with virtualenv and pip anywhere in the path you like.</p>
<p>$ cd /tmp/<br />
$ virtualenv mydjango<br />
$ cd mydjango/<br />
$ ./bin/easy_install pip<br />
$ ./bin/pip install django<br />
$ ./bin/django-admin.py startproject mypony</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu iMensa 2.5 von korpzn</title>
		<link>http://breakthesystem.org/2009/imensa-2-5/comment-page-1/#comment-393</link>
		<dc:creator>korpzn</dc:creator>
		<pubDate>Wed, 04 Nov 2009 16:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/?p=431#comment-393</guid>
		<description>s&#039;geil! good job</description>
		<content:encoded><![CDATA[<p>s&#8217;geil! good job</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Neue Software: iMensa von Daniel</title>
		<link>http://breakthesystem.org/2009/neue-software-imensa/comment-page-1/#comment-392</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 03 Nov 2009 13:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/?p=413#comment-392</guid>
		<description>Wie wärs wenn du einfach http://eat.breakthesystem.org/neue_uni/ ausschneidest? Was bessere hab ich leider grade nicht.</description>
		<content:encoded><![CDATA[<p>Wie wärs wenn du einfach <a href="http://eat.breakthesystem.org/neue_uni/" rel="nofollow">http://eat.breakthesystem.org/neue_uni/</a> ausschneidest? Was bessere hab ich leider grade nicht.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu How to install Django on Mac OS X 10.6 Snow Leopard von Paulo Köch</title>
		<link>http://breakthesystem.org/2009/django-on-snow-leopard/comment-page-1/#comment-391</link>
		<dc:creator>Paulo Köch</dc:creator>
		<pubDate>Wed, 21 Oct 2009 00:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/?p=377#comment-391</guid>
		<description>I think this is way more clean:

curl &quot;http://peak.telecommunity.com/dist/ez_setup.py&quot; &#124; sudo python - -U Django</description>
		<content:encoded><![CDATA[<p>I think this is way more clean:</p>
<p>curl &#8220;http://peak.telecommunity.com/dist/ez_setup.py&#8221; | sudo python &#8211; -U Django</p>
]]></content:encoded>
	</item>
</channel>
</rss>
