On 3/18/07, Dougal Graham <[EMAIL PROTECTED]> wrote:
> Hey, this is actually a mod_python question. I thought it would be OK,
> but if it's inappropriate here, just lmk and I'll try somewhere else!
>
> Basically, I just installed mod_python 2.7.11 on apache 1.3.33. The
> installation docs suggest c
Hey, this is actually a mod_python question. I thought it would be OK,
but if it's inappropriate here, just lmk and I'll try somewhere else!
Basically, I just installed mod_python 2.7.11 on apache 1.3.33. The
installation docs suggest creating 2 files to test mod_python. The
first is a .htaccess f
Has anyone tried to build mod_python 2.7.11 for apache 1.3? I have 2
problems:
- while it finds the universal Python 2.4.3 framework, it wants to
link against /Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/config/libpython2.4.a. Which isn't in the universal Python
distri
On Mar 20, 2005, at 4:26 PM, Jim Muller wrote:
A question from a new mod_python user:
When I run within an otherwise working apache2/mod_python, if my
script imports MySQLdb I get a dyld compability version error:
File "/Users/jim/Sites/WatchEvents.py", line 97, in ?
import MySQLdb,
Hi,
A question from a new mod_python user:
When I run within an otherwise working apache2/mod_python, if my script
imports MySQLdb I get a dyld compability version error:
File "/Users/jim/Sites/WatchEvents.py", line 97, in ?
import MySQLdb, pickle
File "/opt/local/lib/python2.4/s