[Zope] Re: HTMLDocument

Chris McDonough chrism@zope.com
08 Jan 2003 15:21:17 -0500


The Interfaces package changed from 2.5 to 2.6.  Actually, the
Interfaces package in 2.6 is a backport of the Zope 3 Interfaces
package.  This had the unfortunate side-effect of breaking some people's
products that relied on the older Interface interface. ;-)  The product
author will unfortunately likely need to update the HTMLDocument product
to make use of the new Interface interface.

On Wed, 2003-01-08 at 13:36, Chris Muldrow wrote:
> On 1/8/03 1:36 PM, "Chris Muldrow" <cmuldrow@fredericksburg.com> wrote:
> 
> > I used HTMLDocument a long time ago, and I'm trying to reinstall it so we can
> > remove some old HTMLDocument objects that are lurking somewhere in our site.
> > I'm getting this when I put in products, though:
> Oops. Hit send accidentally!
> Here's the error:
> 
> 003-01-08T13:32:29 ERROR(200) Zope Could not import Products.HTMLDocument
> Traceback (innermost last):
>   Module OFS.Application, line 541, in import_product
>   Module Products.HTMLDocument, line 5, in ?
>   Module Products.HTMLDocument.HTMLDocument, line 27, in ?
>   Module Products.HTMLDocument.IHTMLDocument, line 9, in ?
> ImportError: cannot import name InterfaceBase
> 
> 
> Anyone tried this on Zope2.6.1?
> 
> 
> _______________________________________________
> 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 )
-- 
Chris McDonough <chrism@zope.com>
Zope Corporation