Alexis Marrero
amarrero at mitre.org
Thu Jul 28 16:15:48 EDT 2005
Don't know exactly what "python2" is but, I have been using mod_python 3.1 with python 2.4, with Apache 2 on OS X (Panther and Panther Server), compiled from source. Very happy with the configuration. /amn On Jul 28, 2005, at 3:44 PM, Jim Popovitch wrote: > On Thu, 2005-07-28 at 14:16 -0500, Jon-Pierre Gentil wrote: > >> I'm having a hard time understanding what you're talking about with >> "python2" >> >> Are you refering to the Python 2.x series? If so, it's been >> running with >> it for a long time. I use Python 2.3 with mod_python 3.1 in >> apache2 for >> a long time, and i'm getting ready to upgrade to Python 2.4. >> > > I am using... > > Apache 1.3 > mod_python 2.7.11 (manual compile) > python2-2.2.2 > > In order to make mod_python work partway, I had to install > python2-devel-2.2.2 on a production server (you should never > have to install -devel packages on a production system) > > This system also has python-1.5.2 installed on it, which is > /usr/bin/python, due to rpm-python and yum requirements. So, > replacing /usr/bin/python breaks other things, including > production server policies. > > Finally, in order to even get mod_python to work, I had to > edit src/Makefile (added -DEAPI) > > It just seems plain messy to me, especially in a production > environment. It's ok to have to do this in a development > only environment. > > -Jim P. > > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|