I have an AMD 64, RHEL 4, Python 2.5.  I fiddled around some to get trac to set 
up with today's source files for both Genshi 522 and trac 5113.  After some 
aggravation I got it all linked and running with sqlite.  I can init an 
environment and get to the pick a project page, but then get a massive error 
message posted below.  I realize I'm out on the bleeding edge here, but 
suggestion welcome.

AP

Traceback (most recent call last):
  File 
"/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r5113-py2.5.egg/trac/web/api.py",
 line 330, in send_error
    'text/html')
  File 
"/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r5113-py2.5.egg/trac/web/chrome.py",
 line 565, in render_template
    return stream.render(method, doctype=doctype)
  File "build/bdist.linux-x86_64/egg/genshi/core.py", line 149, in render
    output = u''.join(list(generator))
  File "build/bdist.linux-x86_64/egg/genshi/output.py", line 180, in __call__
    for kind, data, pos in stream:
  File "build/bdist.linux-x86_64/egg/genshi/output.py", line 423, in __call__
    for kind, data, pos in stream:
  File "build/bdist.linux-x86_64/egg/genshi/output.py", line 582, in __call__
    for kind, data, pos in chain(stream, [(None, None, None)]):
  File "build/bdist.linux-x86_64/egg/genshi/output.py", line 365, in __call__
    for ev in stream:
  File "build/bdist.linux-x86_64/egg/genshi/core.py", line 210, in _ensure
    for event in stream:
  File "build/bdist.linux-x86_64/egg/genshi/core.py", line 210, in _ensure
    for event in stream:
  File 
"/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r5113-py2.5.egg/trac/web/chrome.py",
 line 593, in _strip_accesskeys
    for kind, data, pos in stream:
  File "build/bdist.linux-x86_64/egg/genshi/core.py", line 210, in _ensure
    for event in stream:
  File 
"/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r5113-py2.5.egg/trac/web/chrome.py",
 line 582, in _generate
    for kind, data, pos in stream:
  File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line 241, in 
_include
    for event in stream:
  File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line 311, in 
_match
    content = list(self._include(content, ctxt))
  File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line 241, in 
_include
    for event in stream:
  File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line 286, in 
_match
    for event in stream:
  File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line 275, in 
_strip
    event = stream.next()
  File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line 231, in 
_exec
    for event in stream:
  File "build/bdist.linux-x86_64/egg/genshi/template/base.py", line 314, in 
_eval
    for kind, data, pos in stream:
  File "build/bdist.linux-x86_64/egg/genshi/template/base.py", line 363, in 
_flatten
    substream = _apply_directives(substream, ctxt, directives)
  File "build/bdist.linux-x86_64/egg/genshi/template/base.py", line 179, in 
_apply_directives
    stream = directives[0](iter(stream), ctxt, directives[1:])
  File "build/bdist.linux-x86_64/egg/genshi/template/directives.py", line 375, 
in __call__
    if self.expr.evaluate(ctxt):
  File "build/bdist.linux-x86_64/egg/genshi/template/eval.py", line 131, in 
evaluate
    {'data': data})
  File 
"/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r5113-py2.5.egg/trac/templates/error.html",
 line 10, in <Expression u'frames'>
    <script py:if="frames" type="text/javascript">/*<![CDATA[*/
  File "build/bdist.linux-x86_64/egg/genshi/template/eval.py", line 230, in 
_lookup_name
    raise UndefinedError(name)
UndefinedError: "frames" not defined

 



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to