Graham Dumpleton
graham.dumpleton at gmail.com
Sun Jun 15 22:35:54 EDT 2008
If you are using Mac OS X on 64 bit Intel or PowerPC, you will need to obtain mod_python source code from subversion repository for trouble free installation. Don't remember repository details off hand, but sure some one else can help out there. Graham 2008/6/16 Jorey Bump <list at joreybump.com>: > Russell Pearsall wrote, at 06/15/2008 09:04 PM: > >> I am new to apache, and i am trying to setup a local server on my mac. OSX >> comes with apache and python installed, but i can find out anywhere if i >> have the python and apache include files, and if I don't where to find them. > > On Leopard, you should only need to install Xcode in order to install > mod_python on a stock system. Then in the mod_python source directory, run > the following commands: > > ./configure --with-apxs=/usr/sbin/apxs > make > sudo make install > cd test/ > python test.py > > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|