--- 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)/

gustavo

______________________________________________________________________

Yahoo! Mail - O melhor e-mail do Brasil! Abra sua conta agora:
http://br.yahoo.com/info/mail.html


-------------------------------------------------------
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