Modify ↓
#3576 closed enhancement (wontfix)
Error while trying to use S5
Reported by: | tyrsensei | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | low | Component: | SlideShowPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description (last modified by )
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.
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
comment:3 Changed 14 years ago by
Component: | S5Plugin → SlideShowPlugin |
---|
Note: See
TracTickets for help on using
tickets.
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.