[XML-SIG] Re: [4suite] 4Suite 0.9.2 Release candidate

John A Chaves chaves@computer.org
Tue, 14 Nov 2000 20:39:46 -0600


Uche Ogbuji wrote:
> 
> We're pretty much ready to go, but are short of time for the final
> announcements so we decided to instead send out a release candidate.
> Barring any nasty bugs, we should have 4Suite 0.9.2 final out first
> thing tomorrow morning.

It doesn't work with PyXML-0.6.2 because the timestamp of 
_xmlplus/dom/html/__init__.py is later in PyXML-0.6.2 than in
4Suite-0.9.2, giving it installation preference.  The solution
seems to be simply to touch 4Suite-0.9.2/Dom/html/__init__.py
to a later date.  There may be other similar conflicts lurking...

John

Traceback (most recent call last):
  File "/usr/local/bin/4xslt", line 4, in ?
    from xml.xslt import _4xslt
  File "/usr/local/lib/python2.0/site-packages/_xmlplus/xslt/_4xslt.py", line
20, in ?
    from xml.xslt.Processor import Processor
  File "/usr/local/lib/python2.0/site-packages/_xmlplus/xslt/Processor.py", line
20, in ?
    from xml.xslt import RtfWriter, OutputHandler, OutputParameters, Error,
XsltException, FtElements
  File "/usr/local/lib/python2.0/site-packages/_xmlplus/xslt/OutputHandler.py",
line 3, in ?
    from xml.xslt import HtmlWriter, XmlWriter
  File "/usr/local/lib/python2.0/site-packages/_xmlplus/xslt/HtmlWriter.py",
line 71, in ?
    InitTables()
  File "/usr/local/lib/python2.0/site-packages/_xmlplus/xslt/HtmlWriter.py",
line 35, in InitTables
    from xml.dom.html import HTML_BOOLEAN_ATTRS
ImportError: cannot import name HTML_BOOLEAN_ATTRS