vote up 0 vote down star

I'd rather not use Macports. Simply cause Macport replaces (installs another Apache in /opt/local/bin) the default installation of Apache. And that would mean having ports install/replace PHP too. I'd rather use the default installation included in Snow Leopard.

Been searching the net, and all I get is old instructions using Darwin Ports (older version of Macports) or instruction for Leopard (which hasn't panned out for me).

Can anyone point me in the right direction? Thanks.

PS: By the way mod_python for 1.6 or 3.1 is fine.

flag
I didn't like the idea of macports installing its own copy of apps that where distributed with the os either. But I gave it a try and I've been using it for a few years now. It's very solid, I think you will be happy with the results if you get familiar with macports. – Palo Verde Oct 24 at 0:43
Doing that now. Ah well. It does make it very easy. – Stephen Cox Oct 24 at 2:22
Hey Palo.. thanks. I usually ignored Macport simply out of ignorance. Now installing my whole development system via it. Sure beats the hell out of compiling it all myself, blindly. ;) I'm gonna mark this questioned as answered and point to this thread. Thanks again. – Stephen Cox Oct 24 at 2:46
The mod_python package doesn't support Python 3.X and likely never will. The mod_python package also not likely to work with Apache 2.3 (2.4) either unless work done in porting it. Its days are numbered. – Graham Dumpleton Nov 11 at 0:49
Yeah. I have since found that out. Thanks – Stephen Cox Nov 19 at 16:20

3 Answers

vote up 0 vote down

fink is the alternative distribution to MacPorts. Given you're installing a module, it would most likely update your Apache instance as well.

Sounds like you'll probably need to build Apache (to get the header files/libraries you need to link to) and mod_python.

link|flag
Yeah. I assumed that. Was hoping for an easier install. Thanks. – Stephen Cox Oct 23 at 23:55
vote up 0 vote down check

Macports is the key. Refer to the comments. Much thanks.

link|flag
vote up 0 vote down

First of all, it seems that the mod_python development has somewhat stalled; I've read comments, that for wsgi-capable applications like Trac or Django (mod_wsgi is sufficient. Mod_wsgi compiles without problems on Snow Leopard (of cource you need the Developer tools installed).

Of course Macports or Fink is always an alternative, however as opposed to Leopard where the supplied Apache and Python binaries were rather old, the Snow Leopard ones are current and 64-bit as well. Another advantage over using the Apple supplied binaries is, that they get automatic security updates with the usual Apple Software update. Last but not least you have better OS integration with using the standard supplied Apache

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.