Re: [Pythonmac-SIG] mod_python

2007-03-18 Thread Bob Ippolito
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

[Pythonmac-SIG] mod_python

2007-03-18 Thread Dougal Graham
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

[Pythonmac-SIG] mod_python with universal 2.4.3?

2006-06-23 Thread William Kyngesburye
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

Re: [Pythonmac-SIG] mod_python / lib compatibility question

2005-03-20 Thread Bob Ippolito
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,

[Pythonmac-SIG] mod_python / lib compatibility question

2005-03-20 Thread Jim Muller
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