![](https://seccdn.libravatar.org/avatar/8b52a96c17a60eb8befeff5fbbe59cf4.jpg?s=120&d=mm&r=g)
Roger
I forgot a fundamental aspect of this. The 32 bit modules in
/usr/lib/python2.7/site-packages
mod_python is a 64-bit module. It's in /usr/lib64. The thing I want to load (trac) is pure python and is in /usr/lib The OS install is totally new. I don't expect there to be any 32-bit stuff lurking around. I will verify this when I get to the office tomorrow. All binaries are from OBS. The python scripts are obtained by easy_install (from setuptools from OBS).
Oh yeah, there has got to be either an apache log or a mod_python log that will tell you if it is having problems dlopen-ing a file (this is the dynamically loading process I was talking about).
It says that it cannot find trac in /usr/lib64. It never seems to look in /usr/lib. Or at least it is not mentioned in the log. But it's in the Apache config as I see it in server-info If I "import trac" in a python shell, it works. So I think trac is correctly installed. -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org