John Molohan wrote:
> Duncan Webb wrote:
>>> Just updated svn and now get the following traceback from the
>>> recordserver.
>>>     
>> Oops, I fix this this evening. I copied the debug function from config and
>> didn't have any unicode strings when I was testing. A quick and dirty fix
>> is to change line 104 so:
>> -    except UnicodeEncodeError:
>> +    except UnicodeEncodeError, NameError:
>> or turn off debugging.
>
> Looks good now, thanks.

The correct fix is to change encoding to config.encoding, well at least
I hope it is. This change is now in svn at r9666

Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to