<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28">
<TITLE>Problems with PyXML Mac OS 10.5 install</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I'm attempting install PyXML on a Mac OS leopard laptop so that I can use the xpath libraries. I've downloaded 0.8.4, run &quot;python setup.py build&quot; and &quot;python setup.py install&quot;. If I do import xml.xpath, I get &quot;no module xpath&quot;.<BR>
<BR>
It can load the xml module OK, but I presume that this is simply the old version. It seems to me that it's simply not being installed - if I use the spotlight to find xpath, it's only found in the local directory, not where it should be installed.<BR>
<BR>
I've also tried (the hacky approach) of copying the built xml directory into the place where the old one is, but then I get the &quot;cannot import name boolean&quot; error.<BR>
<BR>
Peter<BR>
</FONT>
</P>

</BODY>
</HTML>