[XML-SIG] [ pyxml-Bugs-596104 ] xml.xslt.Processor does not work

noreply@sourceforge.net noreply@sourceforge.net
Fri, 16 Aug 2002 08:45:32 -0700


Bugs item #596104, was opened at 2002-08-16 17:45
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106473&aid=596104&group_id=6473

Category: 4Suite
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Schroeder (redsofa)
Assigned to: Nobody/Anonymous (nobody)
Summary: xml.xslt.Processor does not work

Initial Comment:
Hi

When I try to import the Processor I receive the
following error:

>>> from xml.xslt.Processor import Processor
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File
"/usr/local/lib/python2.2/site-packages/_xmlplus/xslt/Processor.py",
line 24, in ?
    from xml.xslt import StylesheetReader, ReleaseNode
  File
"/usr/local/lib/python2.2/site-packages/_xmlplus/xslt/StylesheetReader.py",
line 53, in ?
    from xml.xslt.Stylesheet import StylesheetElement
  File
"/usr/local/lib/python2.2/site-packages/_xmlplus/xslt/Stylesheet.py",
line 22, in ?
    from xml.xslt import XsltElement, XsltException,
InternalException, Error
ImportError: cannot import name InternalException


I use:

Python 2.2.1 (#1, Aug 16 2002, 15:46:07)
[GCC 2.95.3 20010315 (SuSE)] on linux2

PyXML-0.8

4Suite-0.11.1


Tom

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106473&aid=596104&group_id=6473