Installing mod_python on mac os 10.4.7

7stud bbxx789_05ss at yahoo.com
Sat Jul 28 18:24:42 EDT 2007


I'm using Apache 2.2.4 whose root is /Library/Apache2. My installation
of python 2.4 is here:

/Library/Frameworks/Python.framework/Versions/2.4/
/Library/Frameworks/Python.framework/Versions/Current/

"Current" is a link to the 2.4 directory:

----
$ ls -al /Library/Frameworks/Python.framework/Versions/
total 8
drwxr-xr-x    4 root  admin  136 Mar 22 14:22 .
drwxr-xr-x    6 root  admin  204 Mar 22 14:22 ..
drwxrwxr-x   12 root  admin  408 May  2 22:59 2.4
lrwxr-xr-x    1 root  admin    3 Apr  8 01:45 Current -> 2.4
----

And /usr/local/bin looks like this:

--------
$ ls -al /usr/local/bin

lrwxr-xr-x    1 root   wheel     68 Apr  8 01:45
python -> ../../../Library/Frameworks/Python.framework/Versions/2.4/
bin/python

lrwxr-xr-x    1 root   wheel     71 Apr  8 01:45
python2.4 -> ../../../Library/Frameworks/Python.framework/Versions/2.4/
bin/python2.4

lrwxr-xr-x    1 root   wheel     69 Apr  8 01:45
pythonw -> ../../../Library/Frameworks/Python.framework/Versions/2.4/
bin/pythonw

lrwxr-xr-x    1 root   wheel     72 Apr  8 01:45
pythonw2.4 -> ../../../Library/Frameworks/Python.framework/Versions/
2.4/bin/pythonw2.4

-----------




More information about the Python-list mailing list