<?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 on: Compiling mod_python for MAMP</title>
	<atom:link href="http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/</link>
	<description>the personal blog of Stuart Colville covering modern web development techniques and best practices</description>
	<lastBuildDate>Thu, 09 Feb 2012 02:58:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fabricio</title>
		<link>http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/comment-page-1/#comment-65617</link>
		<dc:creator>Fabricio</dc:creator>
		<pubDate>Wed, 05 May 2010 19:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/#comment-65617</guid>
		<description>good excerise but I was wondering if anyone knows how to get python working on XAMPP/LAMP (ubuntu)

thanks.</description>
		<content:encoded><![CDATA[<p>good excerise but I was wondering if anyone knows how to get python working on XAMPP/LAMP (ubuntu)</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sonique6784</title>
		<link>http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/comment-page-1/#comment-65538</link>
		<dc:creator>sonique6784</dc:creator>
		<pubDate>Tue, 16 Feb 2010 08:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/#comment-65538</guid>
		<description>You can also try this package : SPMPT, http://sonique54.Free.fr/spmpt/ , the easier way to get Python, mod_python, subversion and Trac, working on MAMP installtion.</description>
		<content:encoded><![CDATA[<p>You can also try this package : SPMPT, <a href="http://sonique54.Free.fr/spmpt/" rel="nofollow">http://sonique54.Free.fr/spmpt/</a> , the easier way to get Python, mod_python, subversion and Trac, working on MAMP installtion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mnvdk</title>
		<link>http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/comment-page-1/#comment-65248</link>
		<dc:creator>mnvdk</dc:creator>
		<pubDate>Mon, 03 Aug 2009 09:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/#comment-65248</guid>
		<description>Anyone got any experience getting mySQLdb and MAMP working together? I&#039;ve been trying to get this to work, but have not succesfully gotten mySQLdb (mysql-python) to recognize my MAMP installation of mySQL...

Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Anyone got any experience getting mySQLdb and MAMP working together? I&#8217;ve been trying to get this to work, but have not succesfully gotten mySQLdb (mysql-python) to recognize my MAMP installation of mySQL&#8230;</p>
<p>Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richwerk.com</title>
		<link>http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/comment-page-1/#comment-64861</link>
		<dc:creator>richwerk.com</dc:creator>
		<pubDate>Wed, 14 Jan 2009 12:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/#comment-64861</guid>
		<description>AngelProg&#039;s binary works great for me on OSX 10.5.6/Mac Pro / Intel. I just needed to install the mod_python libraries for Python. 

Like so...
&lt;code&gt;
 ./configure --with-apxs=/usr/sbin/apxs --with-python=/usr/bin/python
make
sudo make install_py_lib
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>AngelProg&#8217;s binary works great for me on OSX 10.5.6/Mac Pro / Intel. I just needed to install the mod_python libraries for Python. </p>
<p>Like so&#8230;<br />
<code><br />
 ./configure --with-apxs=/usr/sbin/apxs --with-python=/usr/bin/python<br />
make<br />
sudo make install_py_lib<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AngelProg</title>
		<link>http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/comment-page-1/#comment-64474</link>
		<dc:creator>AngelProg</dc:creator>
		<pubDate>Thu, 10 Jul 2008 08:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/#comment-64474</guid>
		<description>Hello !
I&#039;have compiled mod_python 3.3.1 from Apache 2.0.59 for Mac Intel.
Like Stuart, I had to compile Apache myself, the version in MAMP 1.7.1 is buggy.
Here is my &lt;a href=&quot;http://angelprog.neuf.fr/mod_python.so&quot; rel=&quot;nofollow&quot;&gt;mod_python.so module&lt;/a&gt; already compiled for Intel.</description>
		<content:encoded><![CDATA[<p>Hello !<br />
I&#8217;have compiled mod_python 3.3.1 from Apache 2.0.59 for Mac Intel.<br />
Like Stuart, I had to compile Apache myself, the version in MAMP 1.7.1 is buggy.<br />
Here is my <a href="http://angelprog.neuf.fr/mod_python.so" rel="nofollow">mod_python.so module</a> already compiled for Intel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Django on MAMP Part2 compiling mod_wsgi &#8212; blog.bracewell.org</title>
		<link>http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/comment-page-1/#comment-64265</link>
		<dc:creator>Django on MAMP Part2 compiling mod_wsgi &#8212; blog.bracewell.org</dc:creator>
		<pubDate>Sun, 20 Apr 2008 18:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/#comment-64265</guid>
		<description>[...] and unpacked using tar xvzf mod_wsgi-2.0.tar.gz Cribbing Stuart Colville&#8217;s post on compiling mod_python I tried his configure [...]</description>
		<content:encoded><![CDATA[<p>[...] and unpacked using tar xvzf mod_wsgi-2.0.tar.gz Cribbing Stuart Colville&#8217;s post on compiling mod_python I tried his configure [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Django on OS X - Getting started &#8212; blog.bracewell.org</title>
		<link>http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/comment-page-1/#comment-64193</link>
		<dc:creator>Django on OS X - Getting started &#8212; blog.bracewell.org</dc:creator>
		<pubDate>Thu, 03 Apr 2008 00:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/#comment-64193</guid>
		<description>[...] MAMP to serve our Django apps we need to install mod_python. Stuart Colville&#8217;s experiences compiling mod_python for mamp didn&#8217;t fill me with confidence but I&#8217;d thought I&#8217;d go ahead and give it a stab so [...]</description>
		<content:encoded><![CDATA[<p>[...] MAMP to serve our Django apps we need to install mod_python. Stuart Colville&#8217;s experiences compiling mod_python for mamp didn&#8217;t fill me with confidence but I&#8217;d thought I&#8217;d go ahead and give it a stab so [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral Balkan</title>
		<link>http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/comment-page-1/#comment-64166</link>
		<dc:creator>Aral Balkan</dc:creator>
		<pubDate>Wed, 26 Mar 2008 17:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/#comment-64166</guid>
		<description>Hey Stuart,

Thanks for this, it helped me get up and running. As Greg Turner notes, above, downloading the full version of the latest MAMP meant that I didn&#039;t have to compile Apache myself.</description>
		<content:encoded><![CDATA[<p>Hey Stuart,</p>
<p>Thanks for this, it helped me get up and running. As Greg Turner notes, above, downloading the full version of the latest MAMP meant that I didn&#8217;t have to compile Apache myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Zavatone</title>
		<link>http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/comment-page-1/#comment-64102</link>
		<dc:creator>Alex Zavatone</dc:creator>
		<pubDate>Tue, 11 Mar 2008 21:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/#comment-64102</guid>
		<description>regarding comments 5 and 6 by @FOAD and Stuart, which file do I need to edit to and what do I need to put there to to get mod_python recognized by MAMP?  I&#039;m running MAMP 5.2.3 under Leopard on 10.5.2 on a Quad G5.</description>
		<content:encoded><![CDATA[<p>regarding comments 5 and 6 by @FOAD and Stuart, which file do I need to edit to and what do I need to put there to to get mod_python recognized by MAMP?  I&#8217;m running MAMP 5.2.3 under Leopard on 10.5.2 on a Quad G5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb Barre</title>
		<link>http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/comment-page-1/#comment-63846</link>
		<dc:creator>Seb Barre</dc:creator>
		<pubDate>Fri, 04 Jan 2008 23:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/#comment-63846</guid>
		<description>Thanks to Stuart for his initial guidance and thanks to the commenters for adding additional info!

With your collective help I got mod_python running on my MAMP installation in no time...</description>
		<content:encoded><![CDATA[<p>Thanks to Stuart for his initial guidance and thanks to the commenters for adding additional info!</p>
<p>With your collective help I got mod_python running on my MAMP installation in no time&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

