[Zope-CMF] (no subject)

Patrick patrick@eahd.or.ug
Tue, 3 Apr 2001 10:47:39 +0300 (EAT)


Thanks, that was it; only that I got a new error for another indefined
symbol which I traced to
/usr/local/www/Zope/lib/python/SearchIndex/UnTextIndex.py

the symobl was 'i' and it was being called by sys((i)....
I changed this to id and it works... I just hope that in so doing, I did
not break anything else..

Thanks again,
Patrick.

On Mon, 2 Apr 2001, Dieter Maurer wrote:

> Patrick Okui writes:
>  >      I recently installed the CMF product on my zope 2.3.0 server with the
>  > patch that was posted on the CMF download site....
>  > ....
>  > Error Type: NameError
>  > Error Value: sys
> Obviously a bug.
>
> You may contemplate to upgrade ....
>
> Or add
>
>    import sys
>
> near the top of
>
>    /usr/local/www/Zope/lib/python/Products/CMFCore/WorkflowCore.py
>
>
>
> Dieter
>