I am trying to upgrade my installation of Trac. I don't use any
plugins or anything, just a vanilla install of Trac.
I could not install Genshi via the setuptools.py since I am cursed
with a firewall that does not understand WebDav. At any rate, I
believe I have Genshi installed:
Processing Genshi-0.4dev_r527-py2.3.egg
Removing /data1/optlocal/Python-2.3.4/lib/python2.3/site-packages/
Genshi-0.4dev_r527-py2.3.egg
Copying Genshi-0.4dev_r527-py2.3.egg to /data1/optlocal/Python-2.3.4/
lib/python2.3/site-packages
Genshi 0.4dev-r527 is already the active version in easy-install.pth
Installed /data1/optlocal/Python-2.3.4/lib/python2.3/site-packages/
Genshi-0.4dev_r527-py2.3.egg
Processing dependencies for Genshi==0.4dev-r527
However, when trying to connect to my Trac sites, I get the following
error:
Traceback (most recent call last):
File "/data1/optlocal/Python-2.3.4/lib/python2.3/site-packages/
Trac-0.11dev_r5148-py2.3.egg/trac/web/api.py", line 330, in send_error
'text/html')
File "/data1/optlocal/Python-2.3.4/lib/python2.3/site-packages/
Trac-0.11dev_r5148-py2.3.egg/trac/web/chrome.py", line 565, in
render_template
return stream.render(method, doctype=doctype)
File "build/bdist.solaris-2.9-sun4u/egg/genshi/core.py", line 149,
in render
File "build/bdist.solaris-2.9-sun4u/egg/genshi/output.py", line 180,
in __call__
File "build/bdist.solaris-2.9-sun4u/egg/genshi/output.py", line 423,
in __call__
File "build/bdist.solaris-2.9-sun4u/egg/genshi/output.py", line 582,
in __call__
File "build/bdist.solaris-2.9-sun4u/egg/genshi/output.py", line 365,
in __call__
File "build/bdist.solaris-2.9-sun4u/egg/genshi/core.py", line 215,
in _ensure
File "build/bdist.solaris-2.9-sun4u/egg/genshi/core.py", line 215,
in _ensure
File "/data1/optlocal/Python-2.3.4/lib/python2.3/site-packages/
Trac-0.11dev_r5148-py2.3.egg/trac/web/chrome.py", line 593, in
_strip_accesskeys
for kind, data, pos in stream:
File "build/bdist.solaris-2.9-sun4u/egg/genshi/core.py", line 215,
in _ensure
File "/data1/optlocal/Python-2.3.4/lib/python2.3/site-packages/
Trac-0.11dev_r5148-py2.3.egg/trac/web/chrome.py", line 582, in
_generate
for kind, data, pos in stream:
File "build/bdist.solaris-2.9-sun4u/egg/genshi/template/markup.py",
line 241, in _include
File "build/bdist.solaris-2.9-sun4u/egg/genshi/template/markup.py",
line 327, in _match
File "build/bdist.solaris-2.9-sun4u/egg/genshi/template/markup.py",
line 286, in _match
File "build/bdist.solaris-2.9-sun4u/egg/genshi/template/base.py",
line 420, in _eval
File "build/bdist.solaris-2.9-sun4u/egg/genshi/template/base.py",
line 399, in _eval
File "build/bdist.solaris-2.9-sun4u/egg/genshi/template/base.py",
line 409, in _eval
File "build/bdist.solaris-2.9-sun4u/egg/genshi/template/eval.py",
line 131, in evaluate
File "/opt/local/Python-2.3.4/lib/python2.3/site-packages/
Trac-0.11dev_r5148-py2.3.egg/trac/templates/layout.html", line 1, in
<Expression u'classes(first_last(idx, chrome.nav[category]),
active=item.active)'>
<!DOCTYPE html
File "build/bdist.solaris-2.9-sun4u/egg/genshi/template/eval.py",
line 240, in _lookup_attr
UndefinedError: {'name': 'login', 'label': <Element "a">} has no
member named "active"
I think I have everything installed that it needs, but it is reading a
template or something which I can not find.
Any ideas?
Thanks,
Joey
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---