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? -- David Bear phone: 480-965-8257 fax: 480-965-9189 College of Public Programs/ASU Wilson Hall 232 Tempe, AZ 85287-0803 "Beware the IP portfolio, everyone will be suspect of trespassing"
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
participants (2)
-
David Bear -
Jens Vagelpohl