Hello, I was hoping someone here can help me with a problem I am having with the PyXML extension ( ver 0.8.4) and Python 2.4 Thsi is a brand new build of Python. Build with default .configre options.
Python built and installed fine. PyXML built and installed with no complaining but, when I give the commands below it cannot find the module. Obviously Iam missing somehting. Do you have any suggestions where to look for "pathing", Security or permissions problems? Thanks! Python 2.4 (#1, Feb 14 2005, 12:27:33) [GCC 3.2.2] on irix6 Type "help", "copyright", "credits" or "license" for more information. >>> import os >>> import sys >>> from xml.dom.ext.reader import Sax2 Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named ext.reader >>> ^D -- http://mail.python.org/mailman/listinfo/python-list