[Zope] html_quote
Andreas Jung
andreas@andreas-jung.com
Sat, 15 Dec 2001 18:06:45 -0500
html_quote is now in lib/python/DocumentTemplate/html_quote.py.
I think it has been removed from HTTPRequest with Zope 2.4.0.
Andreas
----- Original Message -----
From: "Lucas Vogel" <lvogel@cx229913-e.phnx3.az.home.com>
To: <zope@zope.org>
Sent: Saturday, December 15, 2001 18:05
Subject: [Zope] html_quote
> 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
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>