[Tracker-discuss] [issue272] Unable to add a new version to jython tracker

Raghuram Devarakonda metatracker at psf.upfronthosting.co.za
Tue Apr 21 20:19:48 CEST 2009


New submission from Raghuram Devarakonda <draghuram at gmail.com>:

I tried to add a new version "25b3" to jython tracker but visiting the url
"http://bugs.jython.org/version" results in the following error:

-----
HTTP_AUTHORIZATION=None
SERVER_PORT=8080
SERVER_NAME=localhost
HTTP_COOKIE=roundup_session_Jythontracker=MTI0MDMzNzQ1MC42MzAuNTMzOTI1ODM2MTgy
HTTP_ACCEPT_LANGUAGE=en-us,en;q=0.5
SCRIPT_NAME=
REQUEST_METHOD=GET
HTTP_HOST=localhost:8080
PATH_INFO=version
CONTENT_TYPE=text/plain
TRACKER_NAME=jython
via=1.1 PROXY1, 1.0 bugs.jython.org
accept-language=en-us,en;q=0.5
accept-encoding=gzip,deflate
x-forwarded-host=bugs.jython.org
x-forwarded-for=198.62.239.132
connection=Keep-Alive
accept=text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
user-agent=Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061010
Firefox/2.0
accept-charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7
host=localhost:8080
cookie=roundup_session_Jythontracker=MTI0MDMzNzQ1MC42MzAuNTMzOTI1ODM2MTgy
max-forwards=10
x-forwarded-server=bugs.jython.org
user:'draghuram'
Traceback (most recent call last):

 File "/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/client.py",
line 469, in inner_main
   self.write_html(self.renderContext())

 File "/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/client.py",
line 997, in renderContext
   result = pt.render(self, None, None, **args)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/templating.py",
line 327, in render
   getEngine().getContext(c), output, tal=1, strictinsert=0)()

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 192, in __call__
   self.interpret(self.program)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 236, in interpret
   handlers[opcode](self, args)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 666, in do_useMacro
   self.interpret(macro)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 236, in interpret
   handlers[opcode](self, args)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 411, in do_optTag_tal
   self.do_optTag(stuff)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 396, in do_optTag
   return self.no_tag(start, program)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 391, in no_tag
   self.interpret(program)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 236, in interpret
   handlers[opcode](self, args)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 689, in do_defineSlot
   self.interpret(slot)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 236, in interpret
   handlers[opcode](self, args)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 632, in do_condition
   self.interpret(block)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 236, in interpret
   handlers[opcode](self, args)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 411, in do_optTag_tal
   self.do_optTag(stuff)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 396, in do_optTag
   return self.no_tag(start, program)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 391, in no_tag
   self.interpret(program)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 236, in interpret
   handlers[opcode](self, args)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/TAL/TALInterpreter.py",
line 486, in do_insertText_tal
   text = self.engine.evaluateText(stuff[0])

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/PageTemplates/TALES.py",
line 233, in evaluateText
   text = self.evaluate(expr)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/PageTemplates/TALES.py",
line 227, in evaluate
   return expression(self)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/PageTemplates/Expressions.py",
line 194, in __call__
   return self._eval(econtext)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/PageTemplates/Expressions.py",
line 189, in _eval
   return render(ob, econtext.vars)

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/PageTemplates/Expressions.py",
line 95, in render
   ob = ob()

 File
"/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/templating.py",
line 627, in csv
   row.append(str(klass.get(itemid, name)))

NameError: global name 'row' is not defined
-----

----------
messages: 1343
nosy: draghuram
priority: bug
status: unread
title: Unable to add a new version to jython tracker

_______________________________________________________
PSF Meta Tracker <metatracker at psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue272>
_______________________________________________________


More information about the Tracker-discuss mailing list