Hi.
Since r8663 I get an error when clicking on the screenshots button in trac.
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.8dev_r0-py2.6.egg/trac/web/main.py", line 450, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.8dev_r0-py2.6.egg/trac/web/main.py", line 206, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-x86_64/egg/tracscreenshots/core.py", line 154, in process_request
template, content_type = self._do_actions(context, actions)
File "build/bdist.linux-x86_64/egg/tracscreenshots/core.py", line 555, in _do_actions
context.cursor)
File "build/bdist.linux-x86_64/egg/tracscreenshots/api.py", line 66, in get_components
('name', 'description'))
File "build/bdist.linux-x86_64/egg/tracscreenshots/api.py", line 53, in _get_items
for row in context.cursor.rows:
File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.8dev_r0-py2.6.egg/trac/db/util.py", line 38, in __getattr__
return getattr(self.cursor, name)
AttributeError: 'psycopg2._psycopg.cursor' object has no attribute 'rows'
For more information please look at the user report:
http://trac.freetz.org/ticket/1039
Thank you.