Opened 15 years ago
Last modified 13 years ago
#3576 closed enhancement
Error while trying to use S5 — at Initial Version
| Reported by: | tyrsensei | Owned by: | Alec Thomas |
|---|---|---|---|
| Priority: | low | Component: | SlideShowPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
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.


