BrianS wrote: > File "/usr/share/printconf/util/printconf_conf.py", line 83, in ? > from xml.utils import qp_xml > ImportError: No module named utils
> It seems that the xml package have been changed. Not exactly. xml.utils is part of the XML processing package PyXML - you don't get it in the cut-down XML stuff available in the standard library. You could try downloading and installing from http://pyxml.sf.net/. Though I can't guarantee there won't be other problems as RedHat can be very annoying like this. You might have to keep Python 2.2 around in addition to 2.4 for RH's benefit; in any case trying to remove 2.2 will probably lead you into an RPM dependency nightmare. -- Andrew Clover mailto:[EMAIL PROTECTED] http://www.doxdesk.com/ -- http://mail.python.org/mailman/listinfo/python-list