Skip navigation

Django on MAMP Part2 compiling mod_wsgi

As a follow on from Django on OS X – getting started here’s what happened after I took Stuart’s advice, installed Xcode and atempted to add mod_wsgi to apache.  Before I start let’s just clarify that I’m using MAMP Pro 1.7 on my MacBook Pro running OS X 10.4.  This provides me with Apache/2.0.59 (Unix) PHP/5.2.3 DAV/2. 

Read the rest of this entry »

Django on OS X – Getting started

I’d decided a while ago to invest some time learning Python, already had MAMP Pro happily running on my MacBook Pro running OS X 10.4 so it made sense to push further and have a look at Django – the Python Web Framework. I’m following the beautifully written Django Book and an amalgam of google results.

Read the rest of this entry »