| Date | 12 September 2002 |
|---|---|
| Started | 15:00 |
| Ended | 18:20 |
Instructions
Click on the Link to this button beside the speech or paragraph to expand it to a useful panel containing:
- The date of the speech
- A link to the original page of the PDF document
- A URL that can be used in most blogs
- A structured Citation template suitable for use in a Wikipedia article.
Those last two rows ("URL" and "wiki") use textboxes to hide most of the text.
To access this text, right-click in the textbox with your mouse and choose "Select All", then right-click again and choose "Copy". Now you can right-click into another window and choose "Paste" to get the text.
| <type 'exceptions.UnicodeEncodeError'> | Python 2.6.6: /usr/bin/python Thu May 23 21:23:03 2013 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /data/vhost/www.undemocracy.com/docs/trunk.py in |
| 194 if __name__ == "__main__": |
| 195 pathpart = os.getenv("PATH_INFO") |
| 196 maintrunk(pathpart) |
| 197 |
| 198 |
| maintrunk = <function maintrunk>, pathpart = '/generalassembly_57/meeting_3/highlight_S-RES-1244(1999)' |
| /data/vhost/www.undemocracy.com/docs/trunk.py in maintrunk(pathpart='/generalassembly_57/meeting_3/highlight_S-RES-1244(1999)') |
| 131 elif pagefunc == "gameeting": |
| 132 LogIncomingDB(hmap["docid"], hmap["gadice"] or "0", referrer, ipaddress, useragent, remadeurl) |
| 133 WriteHTML(hmap["htmlfile"], hmap["pdfinfo"], hmap["gadice"], hmap["highlightdoclink"]) |
| 134 elif pagefunc == "agendanumexpanded": |
| 135 LogIncomingDB(pagefunc, hmap["agendanum"], referrer, ipaddress, useragent, remadeurl) |
| global WriteHTML = <function WriteHTML>, hmap = {'docid': 'A-57-PV.3', 'gadice': '', 'gameeting': 3, 'gasession': 57, 'highlightdoclink': 'S-RES-1244(1999)', 'htmlfile': '/home/undemocracy/undata/html/A-57-PV.3.html', 'pagefunc': 'gameeting', 'pdfinfo': <pdfinfo.PdfInfo instance>} |
| /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteHTML(fhtml='/home/undemocracy/undata/html/A-57-PV.3.html', pdfinfo=<pdfinfo.PdfInfo instance>, gadice='', highlightth='S-RES-1244(1999)') |
| 330 print '<div class="discussion">' |
| 331 if not gadice or agendagidcurrent == gadice: |
| 332 WriteAgenda(gid, agendanum, dtextmu, pdfinfo.pdfc) |
| 333 elif dclass == "recvote": |
| 334 if not gadice or agendagidcurrent == gadice: |
| global WriteAgenda = <function WriteAgenda>, gid = u'pg001-bk02', agendanum = u'address-57', dtextmu = u'<p id="pg001-bk02-pa01">Address by Mr. Luis Ange...Macchi, President of the Republic of Paraguay</p>', pdfinfo = <pdfinfo.PdfInfo instance>, pdfinfo.pdfc = 'A-57-PV.3' |
| /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteAgenda(gid=u'pg001-bk02', agnum=u'address-57', dtext=u'<p id="pg001-bk02-pa01">Address by Mr. Luis Ange...Macchi, President of the Republic of Paraguay</p>', docid='A-57-PV.3') |
| 82 print '<div class="otheraglink">%s</div>' % lkothdisc |
| 83 |
| 84 print dtext |
| 85 print '</div>' |
| 86 |
| dtext = u'<p id="pg001-bk02-pa01">Address by Mr. Luis Ange...Macchi, President of the Republic of Paraguay</p>' |
<type 'exceptions.UnicodeEncodeError'>: 'ascii' codec can't encode character u'\xe1' in position 54: ordinal not in range(128)
args =
('ascii', u'<p id="pg001-bk02-pa01">Address by Mr. Luis Ange...Macchi, President of the Republic of Paraguay</p>', 54, 55, 'ordinal not in range(128)')
encoding =
'ascii'
end =
55
message =
''
object =
u'<p id="pg001-bk02-pa01">Address by Mr. Luis Ange...Macchi, President of the Republic of Paraguay</p>'
reason =
'ordinal not in range(128)'
start =
54