<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=505414512-22112005>I installed Python 
2.4 and PyXML 0.8.3 in order to be able to run a script that converts an 
XML&nbsp;log to HTML (see attachment). On Windows this works fine, but I cannot 
get it to work on Solaris 9.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=505414512-22112005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=505414512-22112005>I get the following 
output... </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=505414512-22112005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=505414512-22112005>~/squish-2.0.1/projects&gt; /usr/local/bin/python 
./lib/GenerateHtmlReport.py<BR>/usr/local<BR>['/mnt/usr3/people/venemab/squish-2.0.1/projects/lib', 
'/usr/local/lib/python24.zip', '/usr/local/lib/python2.4', 
'/usr/local/lib/python2.4/plat-sunos5', '/usr/local/lib/python2.4/lib-tk', 
'/usr/local/lib/python2.4/lib-dynload', 
'/usr/local/lib/python2.4/site-packages']<BR>Traceback (most recent call 
last):<BR>&nbsp; File "./lib/GenerateHtmlReport.py", line 11, in 
?<BR>&nbsp;&nbsp;&nbsp; from xml.dom.ext.reader import Sax2<BR>ImportError: No 
module named ext.reader<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=505414512-22112005>...when I execute 
the following piece of code (see attachment for complete python 
file):</DIV></SPAN></FONT>
<DIV><FONT face=Arial size=2><SPAN 
class=505414512-22112005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=505414512-22112005>#!/usr/bin/env 
python<BR># -*- coding: Latin-1 -*-</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=505414512-22112005>import sys<BR>print 
sys.prefix<BR>print sys.path</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=505414512-22112005>from 
xml.dom.NodeFilter import NodeFilter<BR>from xml.dom import Node<BR># <A 
href="http://sourceforge.net/project/showfiles.php?group_id=6473&amp;package_id=6541&amp;release_id=174846">http://sourceforge.net/project/showfiles.php?group_id=6473&amp;package_id=6541&amp;release_id=174846</A><BR>from 
xml.dom.ext.reader import Sax2</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=505414512-22112005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=505414512-22112005>I installed PyXML 
with 'python setup.py install' which resulted in an _xmlplus directory structure 
being added to </SPAN></FONT><FONT face=Arial size=2><SPAN 
class=505414512-22112005>/usr/local/lib/python2.4/site-packages.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=505414512-22112005>Anybody any idea 
what goes wrong here?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=505414512-22112005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=505414512-22112005>Thanks, Bernard 
Venemans</DIV>
<DIV><BR></DIV></SPAN></FONT></BODY></HTML>