Gustavo Sverzut Barbieri wrote:
>  --- Rob Shortt <[EMAIL PROTECTED]> escreveu: > Florian Demmer
> wrote:
>> packages/freevo/helpers/recordserver.py", line
>> > 480, in checkToRecord
>> >            _debug_('going to record: %s' % prog)
>> >        exceptions.UnicodeEncodeError: 'ascii' codec can't encode 
>> > character u'\xe4' in position 57: ordinal not in range(128)
>> 
>> Since that's just a debug message you could comment it out but
>> changing prog to prog.decode() should do the trick.
>
> Or:
>
> s/prog/String(prog)/

Yes, I would prefer this.


Dischi

-- 
"We're back to the times when men were men and wrote their own device 
 drivers"
     -- Linus Torvalds


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to