Issue286

Project smart
Title smart error on exit
Priority bug Status done-review
Superseder Nosy List mmarques, rasker
Assigned To rasker Topics

Created on 2007-02-08.23:47:09 by mmarques, last changed 2008-07-01.12:05:17 by rasker.

Messages
msg1442 (view) Author: rasker Date: 2008-07-01.12:05:17
Retired

Reason for Retirement: Seems to work again in v0.52/fedora 8Please confirm if
this is still a problem in the latest version of Smart.

Please reopen this issue in the new bugtracker if it is still an issue.
New Bugtracker : http://bugs.launchpad.net/smart
further details:
https://blueprints.launchpad.net/smart/+spec/bug-reporting-migration.
msg1087 (view) Author: mmarques Date: 2007-02-08.23:47:08
Just updated smart from extras on an FC6 system (0.50-45) and when I exit it
using ctrl+d (as I always did in version 0.42) I get this:

smart>
Traceback (most recent call last):
  File "/usr/bin/smart", line 194, in ?
    main(sys.argv[1:])
  File "/usr/bin/smart", line 170, in main
    ctrl.saveSysConf()
  File "/usr/lib/python2.4/site-packages/smart/control.py", line 167, in saveSysConf
    iface.showStatus(_("Saving cache..."))
  File "/usr/lib/python2.4/site-packages/smart/interfaces/text/interface.py",
line 53, in showStatus
    sys.stdout.write(msg)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 14:
ordinal not in range(128)


exit and quit finish the app ok, but for some reason ctrl+d doesn't work right
anymore.

I use 'LANG="es_ES.UTF-8" '
History
Date User Action Args
2008-07-01 12:05:17raskersetstatus: unread -> done-review
assignedto: rasker
messages: + msg1442
nosy: + rasker
2007-02-08 23:47:11mmarquescreate