Re: help with apache + mod_python on mac os x

2008-02-01 Thread pnrdnz
I could correct version mismatch by handling files under: $ ls -l /usr/lib |grep python lrwxr-xr-x1 root wheel16 Feb 2 01:17 libpython.dy -> libpython2.dylib lrwxr-xr-x1 root wheel16 Feb 2 01:11 libpython2.5.dylib -> libpython2.dylib lrwxr-xr-x1 root wheel7

help with apache + mod_python on mac os x

2008-02-01 Thread pnrdnz
Hi, I am new on everything about web development. I did many things to get the error at the end. My system has Apache 1.3 by default. I could install Apache 2.2 with no problem. I had to change all binaries in /usr/bin and /usr/sbin to new apache binaries. All ok. System came with python 2.3.1. I r