Tom Stocker wrote: > Hi Shawn > > Yeah this mad me compiling against python 2.6. but now I have a lack of the > appropriate bindings. > > so now, if i fire up s-c-p it results in an > > jack at cupssrv:~$ !exec > exec /usr/local/share/system-config-printer/system-config-printer.py > Traceback (most recent call last): > File "/usr/local/share/system-config-printer/system-config-printer.py", > line 30, in <module> > import dbus > ImportError: No module named dbus > > which indicates no modules. > > well, i found nothing on sunfreeware / blastwave. > > Please don't say now, compile it yourself ... > > I also asked the coder of s-c-pwhich version has the feature and compiles > against 2.4
Unfortunately, you've now run into the problem that dbus bindings are only delivered for python2.4 for OpenSolaris. But the etree.ElementTree python module only comes with python 2.5 or 2.6. As such, the only viable option I can suggest is to compile and install the python modules yourself for python 2.4 at this point: http://effbot.org/downloads/#elementtree http://effbot.org/downloads/#celementtree Cheers, -- Shawn Walker