editors: Dear editors@en.tldp.org April 81% 0FF


Previous by date: 29 Apr 2008 00:08:00 +0100 [krishnakumarmec99@gmail.com: Re: [editors] [krishnakumarmec99@gmail.com: a guide written by me.(How to do strings based network filtering with iptables on 2.6.x kernels)]], Machtelt Garrels
Next by date: 29 Apr 2008 00:08:00 +0100 Re: George W Bush Authorized 911 Attacks Says Government Insider Stanley Hilton, Machtelt Garrels
Previous in thread:
Next in thread:

--> -->
 
 
<type 'exceptions.UnicodeDecodeError'>
Python 2.5.2: /usr/bin/python
Wed May 1 21:38:27 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /opt/ezmlm-browse-0.20/<string> in ()
 /opt/ezmlm-browse-0.20/main.py in main()
  424 
  425         if path is not None:
  426                 main_path(path)
  427         else:
  428                 main_form()
global main_form = <function main_form at 0x8be4c6c>
 /opt/ezmlm-browse-0.20/main.py in main_form()
  378         except ImportError:
  379                 die(ctxt, "Invalid command")
  380         module.do(ctxt)
  381 
  382 def main():
module = <module 'commands.showmsg' from '/opt/ezmlm-browse-0.20/commands/showmsg.pyc'>, module.do = <function do at 0x8bed3ac>, global ctxt = {'cmd': 'showmsg', 'threadidx': 0, 'HTTP_X_FORWA...g April 81% 0FF', 'HTTP_ACCEPT_ENCODING': 'gzip'}
 /opt/ezmlm-browse-0.20/commands/showmsg.py in do(ctxt={'cmd': 'showmsg', 'threadidx': 0, 'HTTP_X_FORWA...g April 81% 0FF', 'HTTP_ACCEPT_ENCODING': 'gzip'})
   18         write(html('msg-pager') % ctxt)
   19         write('<hr>')
   20         sub_showmsg(ctxt, ctxt[MSGNUM])
   21         write('<hr>')
   22         write(html('msg-pager') % ctxt)
global sub_showmsg = <function sub_showmsg at 0x8be41ec>, ctxt = {'cmd': 'showmsg', 'threadidx': 0, 'HTTP_X_FORWA...g April 81% 0FF', 'HTTP_ACCEPT_ENCODING': 'gzip'}, global MSGNUM = 'msgnum'
 /opt/ezmlm-browse-0.20/globalfns.py in sub_showmsg(ctxt={'cmd': 'showmsg', 'threadidx': 0, 'HTTP_X_FORWA...g April 81% 0FF', 'HTTP_ACCEPT_ENCODING': 'gzip'}, msgnum=375)
  228         ctxt[MESSAGE] = msg
  229         format_timestamp(ctxt, ctxt)
  230         write(html('msg-header') % ctxt)
  231         rec_showpart(ctxt, msg, 0)
  232         write(html('msg-footer') % ctxt)
global write = <function write at 0x8bdce64>, global html = <function html at 0x8bdced4>, ctxt = {'cmd': 'showmsg', 'threadidx': 0, 'HTTP_X_FORWA...g April 81% 0FF', 'HTTP_ACCEPT_ENCODING': 'gzip'}
 /opt/ezmlm-browse-0.20/globalfns.py in write(s='<b>Subject:</b>\n<a href="mailto:editors@lists.tl...51154.8303.qmail@bd07f4ca.virtua.com.br&gt;\n<br>\n')
   10 
   11 def write(s):
   12         sys.stdout.write(s.encode('utf-8'))
   13 
   14 ###############################################################################
global sys = <module 'sys' (built-in)>, sys.stdout = <open file '<stdout>', mode 'w' at 0xf7d21068>, sys.stdout.write = <built-in method write of file object at 0xf7d21068>, s = '<b>Subject:</b>\n<a href="mailto:editors@lists.tl...51154.8303.qmail@bd07f4ca.virtua.com.br&gt;\n<br>\n', s.encode = <built-in method encode of str object at 0x8c840a0>

<type 'exceptions.UnicodeDecodeError'>: 'ascii' codec can't decode byte 0xae in position 267: ordinal not in range(128)
      args = ('ascii', '<b>Subject:</b>\n<a href="mailto:editors@lists.tl...51154.8303.qmail@bd07f4ca.virtua.com.br&gt;\n<br>\n', 267, 268, 'ordinal not in range(128)')
      encoding = 'ascii'
      end = 268
      message = ''
      object = '<b>Subject:</b>\n<a href="mailto:editors@lists.tl...51154.8303.qmail@bd07f4ca.virtua.com.br&gt;\n<br>\n'
      reason = 'ordinal not in range(128)'
      start = 267