<?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 zu: How to install Django on Mac OS X 10.6 Snow Leopard</title>
	<atom:link href="http://breakthesystem.org/2009/django-on-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://breakthesystem.org/2009/django-on-snow-leopard/</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.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>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>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>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>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>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>
	<item>
		<title>Von: faiz zaki</title>
		<link>http://breakthesystem.org/2009/django-on-snow-leopard/comment-page-1/#comment-378</link>
		<dc:creator>faiz zaki</dc:creator>
		<pubDate>Thu, 17 Sep 2009 08:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/?p=377#comment-378</guid>
		<description>Hi . I followed your tutorial on installing django on mac osx leopard. but I&#039;m stuck at syncdb.
when I run python manage.py syncdb. It give me this error.

/Library/Python/2.6/site-packages/django_registration-0.7-py2.5.egg/registration/models.py:4: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
Creating table auth_permission
Traceback (most recent call last):
...
 File &quot;/Library/Python/2.6/site-packages/MySQL_python-1.2.3c1-py2.6-macosx-10.6-universal.egg/MySQLdb/connections.py&quot;, line 36, in defaulterrorhandler
_mysql_exceptions.InternalError: (1, &quot;Can&#039;t create/write to file &#039;/usr/local/mysql/var/test/auth_permission.MYI&#039; (Errcode: 2)&quot;)

where did I do wrong ? What shall I do next ?</description>
		<content:encoded><![CDATA[<p>Hi . I followed your tutorial on installing django on mac osx leopard. but I&#8217;m stuck at syncdb.<br />
when I run python manage.py syncdb. It give me this error.</p>
<p>/Library/Python/2.6/site-packages/django_registration-0.7-py2.5.egg/registration/models.py:4: DeprecationWarning: the sha module is deprecated; use the hashlib module instead<br />
Creating table auth_permission<br />
Traceback (most recent call last):<br />
&#8230;<br />
 File &#8220;/Library/Python/2.6/site-packages/MySQL_python-1.2.3c1-py2.6-macosx-10.6-universal.egg/MySQLdb/connections.py&#8221;, line 36, in defaulterrorhandler<br />
_mysql_exceptions.InternalError: (1, &#8220;Can&#8217;t create/write to file &#8216;/usr/local/mysql/var/test/auth_permission.MYI&#8217; (Errcode: 2)&#8221;)</p>
<p>where did I do wrong ? What shall I do next ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Daniel</title>
		<link>http://breakthesystem.org/2009/django-on-snow-leopard/comment-page-1/#comment-377</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 08 Sep 2009 09:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/?p=377#comment-377</guid>
		<description>Should be no problem really. Surely you&#039;ve seen Dan Benjamin&#039;s article on &lt;a href=&quot;http://hivelogic.com/articles/compiling-mysql-on-snow-leopard/&quot; rel=&quot;nofollow&quot;&gt;installing&lt;/a&gt; MySQL. After following it through, you only need to tell Django to use MySQL in your settings.py file, as in the &lt;a href=&quot;http://docs.djangoproject.com/en/dev/intro/tutorial01/#database-setup&quot; rel=&quot;nofollow&quot;&gt;tutorial&lt;/a&gt;.

Do you have any specific problems?</description>
		<content:encoded><![CDATA[<p>Should be no problem really. Surely you&#8217;ve seen Dan Benjamin&#8217;s article on <a href="http://hivelogic.com/articles/compiling-mysql-on-snow-leopard/" rel="nofollow">installing</a> MySQL. After following it through, you only need to tell Django to use MySQL in your settings.py file, as in the <a href="http://docs.djangoproject.com/en/dev/intro/tutorial01/#database-setup" rel="nofollow">tutorial</a>.</p>
<p>Do you have any specific problems?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Geof</title>
		<link>http://breakthesystem.org/2009/django-on-snow-leopard/comment-page-1/#comment-376</link>
		<dc:creator>Geof</dc:creator>
		<pubDate>Tue, 08 Sep 2009 01:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/?p=377#comment-376</guid>
		<description>Any luck getting django working with mysql on snow leopard?</description>
		<content:encoded><![CDATA[<p>Any luck getting django working with mysql on snow leopard?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Daniel</title>
		<link>http://breakthesystem.org/2009/django-on-snow-leopard/comment-page-1/#comment-375</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 06 Sep 2009 14:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/?p=377#comment-375</guid>
		<description>Thanks for commenting! I changed the article now.</description>
		<content:encoded><![CDATA[<p>Thanks for commenting! I changed the article now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Rob Schneider</title>
		<link>http://breakthesystem.org/2009/django-on-snow-leopard/comment-page-1/#comment-374</link>
		<dc:creator>Rob Schneider</dc:creator>
		<pubDate>Sun, 06 Sep 2009 12:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://breakthesystem.org/?p=377#comment-374</guid>
		<description>On my new install of Snow Leopard it is /Library/Python/2.6/site-packages/.</description>
		<content:encoded><![CDATA[<p>On my new install of Snow Leopard it is /Library/Python/2.6/site-packages/.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
