Version-Release number of selected component: hplip-3.12.11-1.fc18 Additional info: cmdline: /usr/bin/python /usr/bin/hp-plugin -u --required --reason 1 To_install_plugin_for_HP_Device dso_list: hplip-gui-3.12.11-1.fc18.x86_64 executable: /usr/bin/hp-plugin kernel: 3.7.4-204.fc18.x86_64 uid: 0 Truncated backtrace: utils.py:421:commafy:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 3: ordinal not in range(128) Traceback (most recent call last): File "/usr/share/hplip/ui4/plugindialog.py", line 339, in NextButton_clicked if d.downloadFirmware(): File "/usr/share/hplip/base/device.py", line 2602, in downloadFirmware log.debug("%s bytes downloaded." % utils.commafy(bytes_written)) File "/usr/share/hplip/base/utils.py", line 421, in commafy return unicode(locale.format("%d", val, grouping=True)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 3: ordinal not in range(128) Local variables in innermost frame: val: 128999
Created attachment 707722 [details] File: backtrace
Created attachment 707723 [details] File: core_backtrace
Created attachment 707724 [details] File: environ
Created attachment 707725 [details] File: smolt_data
What's the output of 'locale' command ? What's the output of the following command ? python -c 'import locale; val=128999; l=locale.format("%d", val, grouping=True); u=unicode(l); print u'
Hi Jiri Popelka, Here is the info you request. > What's the output of 'locale' command ? % locale LANG=ru_RU.utf8 LC_CTYPE="ru_RU.utf8" LC_NUMERIC="ru_RU.utf8" LC_TIME="ru_RU.utf8" LC_COLLATE="ru_RU.utf8" LC_MONETARY="ru_RU.utf8" LC_MESSAGES="ru_RU.utf8" LC_PAPER="ru_RU.utf8" LC_NAME="ru_RU.utf8" LC_ADDRESS="ru_RU.utf8" LC_TELEPHONE="ru_RU.utf8" LC_MEASUREMENT="ru_RU.utf8" LC_IDENTIFICATION="ru_RU.utf8" LC_ALL= > What's the output of the following command ? > python -c 'import locale; val=128999; l=locale.format("%d", val, grouping=True); u=unicode(l); print u' % python -c 'import locale; val=128999; l=locale.format("%d", val, grouping=True); u=unicode(l); print u' 128999
*** This bug has been marked as a duplicate of bug 984167 ***