15 Jul
2004
15 Jul
'04
3:31 p.m.
On Jul 15, 2004, at 12:53 AM, David Bear wrote:
is anyone using both mod_python and zope together?
when installed mod_python the make file recommended building python without threads. Yet, zope needs python thread correct?
Anyone know of a way to make these peacefully coexist?
You cannot run Zope on a Python without thread support. You should create two Python installations, one with threads and one without. jens