Bugs item #1008129, was opened at 2004-08-12 18:09 Message generated for change (Settings changed) made by dischi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1008129&group_id=46652
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: freevoweb Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Stéphane Lavirotte (lavirott) Assigned to: Nobody/Anonymous (nobody) Summary: Unicode problem with due to local Initial Comment: Hello, I've got the following error when accessing the freevo web server plugin: ----------- /usr/local/src/freevo-1.5.0/src/www/htdocs/index.rpy, line 110 in _render 108 fv.res += '<div id="contentmain">\n' 109 110 fv.res += '<br/><br/><h2>'+( _('Freevo Web Status as of %s') % 111 time.strftime('%B %d ' + config.TV_TIMEFORMAT, time.localtime()) ) +'</h2>' Localsfv www.web_types.HTMLResource instance @ 0x41abb8cc <www.web_types.HTMLResource instance at 0x41abb8cc> Globalstime <module 'time' from '/usr/lib/python2.3/lib- dynload/time.so'> config <module 'config' from '/usr/local/src/freevo- 1.5.0/src/config.pyo'> exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xfb in position 2: ordinal not in range(128) --------------- If I comment the line, I've got another unicode error elsewhere. I'd the same problem with lcd (corrected now), and this must be due to my locales. I've got the following lines in my local_conf.py: import locale locale.setlocale(locale.LC_ALL, "fr_FR") Stéphane ---------------------------------------------------------------------- >Comment By: Dirk Meyer (dischi) Date: 2005-08-28 16:25 Message: Logged In: YES user_id=33647 should work with latest release ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1008129&group_id=46652 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel