11 Jan
2017
11 Jan
'17
09:31
Problem solved. It seems mod_python does not recognize .egg files. They must be unpacked into a directory. In my case, when I installed Trac, I needed to do: easy_install --always-unzip Trac The Python interpreter, on the other hand, is happy with .egg files. I wonder if this is a compile option to mod_python. Maybe there is a good reason not to support .egg files in that context? -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org