you need to apply a patch to zope itself. this is explained in the ZBabel documentation as far as i know. jens On Monday, Sep 9, 2002, at 18:36 US/Eastern, AM wrote:
Hi, I downloaded and installed ZBabel ver 2.0 beta 2 and restarted Zope. I got an error :
ImportError: canot import name get_request
which is caused by the following lines in ZBabelObject.py and __init__.py :
from Globals import get_request
Now I dont know why the call is necessary or otherwise, but I would like to know how to get around this problem? The problem is that get_request is also called twice in the source, so I cant just go around messing in the code without spending a lot of time.
If anybody has encountered the problem and fixed it, any pointers as to how to fix this would be great.
My config:
Zope 2.5.1 on RH 7.2 with Python 2.1.2
TIA AM
--