Tom Stocker wrote: > Hi Danek > > Yes this is true. But I've already installed them.. So I'm now pretty sure > that it resolves to a wrong docbook DTD version, or that simply my > /etc/xml/catalogs file is wrong. ... > With an make -i in system-config-printer 1.1.8 (not making the manpages) i > result in an: > > jack at cupssrv:~/system-config-printer-1.1.8$ exec > /usr/local/share/system-config-printer/system-config-printer.py "$@" > Xlib: extension "RANDR" missing on display "localhost:12.0". > Traceback (most recent call last): > File "/usr/local/share/system-config-printer/system-config-printer.py", > line 103, in ? > import installpackage > File "/usr/local/share/system-config-printer/installpackage.py", line 23, > in ? > import xml.etree.ElementTree > ImportError: No module named etree.ElementTree
Python 2.4 doesn't have etree.ElementTree; only python 2.5 and 2.6 do. Which version of Python are you using here? You can get Python 2.5 or Python 2.6 from the repository this way: pfexec pkg install SUNWPython25 (available in build 99+) or pfexec pkg install SUNWPython26 (available in build 109+) Cheers, -- Shawn Walker