| Date | 16 September 2005 |
|---|---|
| Started | 09:00 |
| Ended | 14: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 Jun 20 13:43:23 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_60/meeting_7/highlight_A-RES-59-313' |
| /data/vhost/www.undemocracy.com/docs/trunk.py in maintrunk(pathpart='/generalassembly_60/meeting_7/highlight_A-RES-59-313') |
| 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-60-PV.7', 'gadice': '', 'gameeting': 7, 'gasession': 60, 'highlightdoclink': 'A-RES-59-313', 'htmlfile': '/home/undemocracy/undata/html/A-60-PV.7.html', 'pagefunc': 'gameeting', 'pdfinfo': <pdfinfo.PdfInfo instance>} |
| /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteHTML(fhtml='/home/undemocracy/undata/html/A-60-PV.7.html', pdfinfo=<pdfinfo.PdfInfo instance>, gadice='', highlightth='A-RES-59-313') |
| 338 elif dclass == "assembly-chairs": |
| 339 if not gadice: |
| 340 WriteAssemblyChair(gid, dtextmu) |
| 341 elif dclass == "council-attendees": |
| 342 councilpresidentnation = WriteCouncilAttendees(gid, dtext) # value used to dereference "The President" in the Security Council |
| global WriteAssemblyChair = <function WriteAssemblyChair>, gid = u'pg000-bk03', dtextmu = u'<p id="pg000-bk03-pa01"><span class="name">El Ha...e</span> <span class="place">president</span></p>' |
| /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteAssemblyChair(gid=u'pg000-bk03', dtext=u'<p id="pg000-bk03-pa01"><span class="name">El Ha...e</span> <span class="place">president</span></p>') |
| 124 masschnation = re.search('<span class="nation">([^<]*)</span>', pres) |
| 125 if masschname: |
| 126 print masschname.group(1) |
| 127 if masschnation: |
| 128 print '(%s)' % masschnation.group(1) |
| masschname = <_sre.SRE_Match object>, masschname.group = <built-in method group of _sre.SRE_Match object> |
<type 'exceptions.UnicodeEncodeError'>: 'ascii' codec can't encode character u'\xf6' in position 5: ordinal not in range(128)
args =
('ascii', u'Mr. G\xf6ran Persson', 5, 6, 'ordinal not in range(128)')
encoding =
'ascii'
end =
6
message =
''
object =
u'Mr. G\xf6ran Persson'
reason =
'ordinal not in range(128)'
start =
5