Modify ↓
Opened 12 years ago
Closed 10 years ago
#11029 closed defect (duplicate)
Fails to load in trac 1.0.1
Reported by: | anonymous | Owned by: | Itamar Oren |
---|---|---|---|
Priority: | low | Component: | CkEditorPlugin |
Severity: | normal | Keywords: | genshi |
Cc: | Trac Release: | 1.0 |
Description
Due to changes in the Genshi template engine this plugin does not work after an easy_install on Trac 1.0.1.
I had to modify:
/usr/lib/python2.6/site-packages/CKIntegration-1.1dev-py2.6.egg/ckintegration/__init__.py
(root/ckeditorplugin/trunk/ckintegration
)
and change all strings to be explicitly unicode.
Attachments (0)
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 11 years ago by
Keywords: | genshi added |
---|
I guess this issue is a duplicate of #11330.
comment:3 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Probably a duplicate of #11330. If not, please re-open with more details (Traceback, error message or similar).
Note: See
TracTickets for help on using
tickets.
Replying to anonymous:
That sounds like it would be a Genshi issue then. Which version of Genshi are you using?
Could you provide a patch since you seemed to have fixed the issue in your local copy?