On Jan 28, 2008 4:54 PM, quizzical <[EMAIL PROTECTED]> wrote:
>   Module TreeDisplay.TreeTag, line 337, in tpRenderTABLE
>   Module zlib, line 38, in compress
> NameError: global name 'util' is not defined

The error occurs in the 'zlib' module, which is not part of Zope, but
a python library. Moreover, on my python installs, this is a C
extension library, not pure python.. From what I can tell from this
traceback, it appears you have a rogue zlib library on your path
somewhere, Zope 2.10.5 certainly doesn't include it.

-- 
Martijn Pieters
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to