On 01/16/10 07:53 PM, John Martin wrote: > On 01/16/10 01:47 PM, Paul Gress wrote: >> >> OK, I stand corrected. I did test print manager before I posted and it >> didn't work. Then I tried what you suggested and it still wont work. >> >> >> bash-4.0$ pfexec /usr/sbin/svcadm restart print/service-selector >> bash-4.0$ env DESKTOP_LAUNCHED=true /usr/bin/desktop-print-management >> Traceback (most recent call last): >> File "/usr/lib/system-config-printer/system-config-printer.py", line >> 60, in ? >> import cupshelpers, options >> ImportError: No module named cupshelpers >> bash-4.0$ >> >> I'll just wait until it's fixed. >> > > Until then, you can still use the CUPS web interface. This is what > I used to set up my printer on b130: > > http://localhost:631/admin > >
Got it working. Followed: http://defect.opensolaris.org/bz/show_bug.cgi?id=13626 Comment-6 and Comment-9. So basically I changed line 1 of /usr/lib/system-config-printer/system-config-printer.py to read: #!/usr/bin/env python2.6 And added directory /usr/lib/system-config-printer/troubleshoot Copied from package SUNWcups-manager-b131 obtained from http://filebin.ca/akzdyy/SUNWcups-manager-b131.tar.gz # cd /tmp/SUNWcups-manager-b131/SUNWcups-manager/reloc/lib/system-config-printer # cp /tmp/SUNWcups-manager-b131/SUNWcups-manager/reloc/lib/system-config-printer/troubleshoot /usr/lib/system-config-printer/troubleshoot Paul