Opened 16 years ago

Closed 16 years ago

Last modified 14 years ago

#3576 closed enhancement (wontfix)

Error while trying to use S5 — at Version 1

Reported by: tyrsensei Owned by: Alec Thomas
Priority: low Component: SlideShowPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description (last modified by Alec Thomas)

Hi,

I'm trying to setup the S5 plugin, and, after several mistakes, I'm finally getting the link and/or then icon for generating the slideshow. But when clicking it, I'm having this error :

"AttributeError: 'genshi._speedups.Markup' object has no attribute 'plaintext'"

Don't know where it can be from.

The trac.log file gives little detail (for me) :

2008-08-19 15:16:23,741 Trac[main] ERROR: 'genshi._speedups.Markup' object has no attribute 'plaintext'
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/main.py", line 197, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/s5/s5.py", line 68, in process_request
    title = html_title.plaintext()
AttributeError: 'genshi._speedups.Markup' object has no attribute 'plaintext'

Hope you can help.

Thx in advance.

Change History (1)

comment:1 Changed 16 years ago by Alec Thomas

Description: modified (diff)
Resolution: wontfix
Status: newclosed

This plugin does not work with Trac 0.11. Patches are welcome, but it's unlikely that I'll get the time to do the port myself.

Note: See TracTickets for help on using tickets.