<?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>Wed, 10 Mar 2010 11:00:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: Anton</title>
		<link>http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/comment-page-1/#comment-63813</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Wed, 19 Dec 2007 22:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/12/20/compiling-mod_python-for-mamp/#comment-63813</guid>
		<description>On osx leopard python is installed by default and installing it like you suggested will mess up the right paths. You could modify your article to say so. 

If you allready messed up your paths then you can change your paths or uninstall installed package by removing it from:

/Applications/yourpythondir
/Library/frameworks/pythonframework 
/Developer/documentation/python/link to yourdocs

and clearing a path from your ~/.basc_profile

then you can use your compiled mod_python with mamp with no problems.  default installation is in /usr/bin/ 

leopard also comes with svn preloaded if you need to use trac then all you need to do is write to terminal &#039;easy_install Trac&#039; and it downloads all dependencies aso</description>
		<content:encoded><![CDATA[<p>On osx leopard python is installed by default and installing it like you suggested will mess up the right paths. You could modify your article to say so. </p>
<p>If you allready messed up your paths then you can change your paths or uninstall installed package by removing it from:</p>
<p>/Applications/yourpythondir<br />
/Library/frameworks/pythonframework<br />
/Developer/documentation/python/link to yourdocs</p>
<p>and clearing a path from your ~/.basc_profile</p>
<p>then you can use your compiled mod_python with mamp with no problems.  default installation is in /usr/bin/ </p>
<p>leopard also comes with svn preloaded if you need to use trac then all you need to do is write to terminal &#8216;easy_install Trac&#8217; and it downloads all dependencies aso</p>
]]></content:encoded>
	</item>
</channel>
</rss>
