On Tue, Apr 21, 2009 at 4:35 PM, Raghuram Devarakonda
<draghuram@gmail.com> wrote:
> On Tue, Apr 21, 2009 at 4:32 PM, Daniel Diniz
> <metatracker@psf.upfronthosting.co.za> wrote:
>> I think you can create the new version by visiting
>> http://bugs.jython.org/version?@action=new&name=25b3 and then edit it at
>
> Thanks for looking into the problem. How ever, this link doesn't seem
> to work. I get a message that a problem is encountered.
Looks like the error is slightly different. It is now complaining about 'csv':
-----
File "/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/PageTemplates/Expressions.py",
line 182, in _eval
ob = self._subexprs[-1](econtext)
File "/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/PageTemplates/Expressions.py",
line 138, in _eval
ob = restrictedTraverse(ob, path, getSecurityManager())
File "/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/PageTemplates/Expressions.py",
line 324, in restrictedTraverse
o = object[name]
File "/home/roundup/roundup/lib/python2.4/site-packages/roundup/cgi/templating.py",
line 825, in __getitem__
prop = self._props[items[0]]
KeyError: 'csv'
-----
|
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
-----
|