You are not logged in.
trying to run my hp-toolbox for my HP Deskjet 960c and after installing pyqt i'm in from on the error message below...
/usr/share/hplip/toolbox
error: Unable to set locale.
Traceback (most recent call last):
File "/usr/share/hplip/toolbox", line 38, in ?
from base.g import *
File "/usr/share/hplip/base/g.py", line 136, in ?
locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')
File "/usr/lib/python2.4/locale.py", line 381, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
Can anybody help me solve this?
Offline
Did you configured your locales?
As root, uncomment the locales you want in /etc/locale.gen and run locale-gen.
Offline
Thanks a lot...I'm complete with my hardware config @@@
Offline