Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#4646 closed defect (duplicate)

Cannot view changesets

Reported by: rcmadruga@… Owned by: Christian Boos
Priority: normal Milestone:
Component: version control/changeset view Version: devel
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When I try to view a changeset, I get this error. Already tried to resync environment without success.

Using Trac 0.11 with Python 2.5, subversion 1.4.2 on windows XP

No image "error-trac.jpg" attached to Ticket #4646

The log message is this:

2007-02-02 18:21:57,453 Trac[main] ERROR: visit() got multiple values for keyword argument 'locals_'
Traceback (most recent call last):
  File "C:\Python25\Lib\site-packages\trac\web\main.py", line 401, in dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python25\Lib\site-packages\trac\web\main.py", line 227, in dispatch
    content_type)
  File "C:\Python25\Lib\site-packages\trac\web\chrome.py", line 536, in render_template
    template = self.load_template(filename, method=method)
  File "C:\Python25\Lib\site-packages\trac\web\chrome.py", line 520, in load_template
    return self.templates.load(filename, cls=cls)
  File "C:\Python25\Lib\site-packages\genshi\template.py", line 1395, in load
    loader=self, encoding=encoding)
  File "C:\Python25\Lib\site-packages\genshi\template.py", line 1000, in __init__
    loader=loader, encoding=encoding)
  File "C:\Python25\Lib\site-packages\genshi\template.py", line 811, in __init__
    self.stream = self._parse(encoding)
  File "C:\Python25\Lib\site-packages\genshi\template.py", line 1042, in _parse
    pos[1], pos[2]))
  File "C:\Python25\Lib\site-packages\genshi\template.py", line 751, in __init__
    Expression(node.expr, filename, lineno)))
  File "C:\Python25\Lib\site-packages\genshi\eval.py", line 85, in __init__
    lineno=lineno)
  File "C:\Python25\Lib\site-packages\genshi\eval.py", line 168, in _compile
    tree = ExpressionASTTransformer().visit(node)
  File "C:\Python25\Lib\site-packages\genshi\eval.py", line 247, in visit
    return v(node, *args, **kwargs)
  File "C:\Python25\Lib\site-packages\genshi\eval.py", line 250, in visitExpression
    node.node = self.visit(node.node, *args, **kwargs)
  File "C:\Python25\Lib\site-packages\genshi\eval.py", line 247, in visit
    return v(node, *args, **kwargs)
  File "C:\Python25\Lib\site-packages\genshi\eval.py", line 281, in _visitBoolOp
    node.nodes = [self.visit(x, *args, **kwargs) for x in node.nodes]
  File "C:\Python25\Lib\site-packages\genshi\eval.py", line 247, in visit
    return v(node, *args, **kwargs)
  File "C:\Python25\Lib\site-packages\genshi\eval.py", line 256, in visitCallFunc
    node.node = self.visit(node.node, *args, **kwargs)
  File "C:\Python25\Lib\site-packages\genshi\eval.py", line 247, in visit
    return v(node, *args, **kwargs)
  File "C:\Python25\Lib\site-packages\genshi\eval.py", line 397, in visitGetattr
    ast.Name('data'), self.visit(node.expr, locals_=locals_),
  File "C:\Python25\Lib\site-packages\genshi\eval.py", line 247, in visit
    return v(node, *args, **kwargs)
  File "C:\Python25\Lib\site-packages\genshi\eval.py", line 360, in visitSlice
    node.expr = self.visit(node.expr, locals_=True, *args, **kwargs)
TypeError: visit() got multiple values for keyword argument 'locals_'

Any help would be great…

Attachments (0)

Change History (1)

comment:1 by Emmanuel Blot, 17 years ago

Keywords: changeset error removed
Milestone: 0.11
Resolution: duplicate
Status: newclosed

Submitted twice, see #4647

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.