[Zope] html_quote

Lucas Vogel lvogel@cx229913-e.phnx3.az.home.com
Sat, 15 Dec 2001 16:05:50 -0700


I have Products that I've tried installing that fail because they can't seem 
to import html_quote from somewhere.  Any help on how to fix this would be 
appreciated.


Traceback (most recent call last):
  File "/usr/local/zope/243/lib/python/OFS/Application.py", line 563, in 
import_product
    product=__import__(pname, global_dict, global_dict, silly)
  File "/usr/local/zope/243/lib/python/Products/BookmarkFolder/__init__.py", 
line 35, in ?
    import bookmark_folder
  File 
"/usr/local/zope/243/lib/python/Products/BookmarkFolder/bookmark_folder.py", 
line 36, in ?
    from Products.WarpFramework import product_base_item, base_item
  File 
"/usr/local/zope/243/lib/python/Products/WarpFramework/product_base_item.py", 
line 30, in ?
    import utils
  File "/usr/local/zope/243/lib/python/Products/WarpFramework/utils.py", line 
37, in ?
    import html_widgets
  File 
"/usr/local/zope/243/lib/python/Products/WarpFramework/html_widgets.py", line 
27, in ?
    from ZPublisher.HTTPRequest import html_quote
ImportError: cannot import name html_quote