[XML-SIG] PyXML 0.8.3 is released

Torsten Rueger torsten.rueger at hiit.fi
Wed Jul 30 19:06:55 EDT 2003


On Wednesday, Jul 30, 2003, at 16:48 Europe/Helsinki, Martin von Loewis 
wrote:

> Version 0.8.3 of the Python/XML distribution is now available.  It
>

Great
>    677768: 0.8.2 setup.py errors on OS X
Good. I'm on 10.2.6

>    765249: Problems building PyXML 0.8.2 on MacOSX
and it builds and installs
but then I get this .


 >>> import xml.xpath
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File "xml/xpath/__init__.py", line 105, in ?
     import Context
   File "xml/xpath/Context.py", line 15, in ?
     import CoreFunctions
   File "xml/xpath/CoreFunctions.py", line 20, in ?
     from xml.xpath import Util, Conversions
   File "xml/xpath/Conversions.py", line 22, in ?
     from xml.utils import boolean
ImportError: cannot import name boolean
 >>>

Any clues anyone ?

Torsten




More information about the XML-SIG mailing list