
noreply at edgewall
Dec 21, 2004, 10:46 AM
Post #1 of 4
(105 views)
Permalink
|
|
[The Trac Project] #1076: NameError on ics export Python 2.1
|
|
#1076: NameError on ics export Python 2.1 ---------------------+------------------------------------------------------ Id: 1076 | Status: new Component: roadmap | Modified: Tue Dec 21 10:46:37 2004 Severity: normal | Milestone: 0.8.1 Priority: normal | Version: 0.8 Owner: cmlenz | Reporter: yaver <clif [at] yaver> ---------------------+------------------------------------------------------ If i request an ics export, i became a file with the follow errors: {{{ *** Python traceback *** Traceback (most recent call last): File "/usr/lib/python2.1/site-packages/trac/core.py", line 525, in cgi_start real_cgi_start() File "/usr/lib/python2.1/site-packages/trac/core.py", line 520, in real_cgi_start dispatch_request(path_info, args, req, env) File "/usr/lib/python2.1/site-packages/trac/core.py", line 435, in dispatch_request module.run() File "/usr/lib/python2.1/site-packages/trac/Module.py", line 46, in run disp() File "/usr/lib/python2.1/site-packages/trac/Roadmap.py", line 143, in display_ics write_prop('BEGIN', 'VCALENDAR') File "/usr/lib/python2.1/site-packages/trac/Roadmap.py", line 130, in write_prop self.req.write(text[:75] + CRLF) NameError: global name 'self' is not defined }}} SW Specs: Trac 0.8 (deb http://ftp.edgewall.com/pub/debian sarge trac) Python 2.1 OS Debian/Linux (sarge) -- Ticket URL: <http://projects.edgewall.com/trac/ticket/1076> The Trac Project <>
|