Message220

Author s4504kr
Recipients smart-list-disabled
Date 2006-01-09.18:55:25
Content
I have create a channel with smart --gui, where the description contains a umluat.

When I enter smart channel --show I will ge the following traceback:

[pclinux@myhome ~]$ smart channel --show
Traceback (most recent call last):
  File "/usr/bin/smart", line 194, in ?
    main(sys.argv[1:])
  File "/usr/bin/smart", line 167, in main
    exitcode = iface.run(opts.command, opts.argv)
  File "/usr/lib/python2.4/site-packages/smart/interface.py", line 53, in run
    result = _command.main(self._ctrl, opts)
  File "/usr/lib/python2.4/site-packages/smart/commands/channel.py", line 305,
in main
    print desc
  File "/usr/lib/python2.4/codecs.py", line 178, in write
    data, consumed = self.encode(object, self.errors)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 40: ordinal
not in range(128)
[pclinux@myhome ~]$      

User version:0.41

User Distribution: Fedora Core Linux 4
History
Date User Action Args
2006-01-09 18:55:39s4504krsetmessageid: <1136832928.16.0.109931770404.issue74@labix.org>
2006-01-09 18:55:39s4504krsetrecipients: + smart-list-disabled
2006-01-09 18:55:38s4504krlinkissue74 messages
2006-01-09 18:55:38s4504krcreate