Hí I have the following problem: 500 Trac Error (Genshi UnicodeDecodeError error while rendering template '/usr/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/admin/templates/admin_plugins.html', line 54, char -1)
You can see that I'm using Python 2.5. This problem happens when I try to install CmisTracPlugin [1] (a new plugin for trac). This plugin contains the following configuration in setup.py: http://clinker.klicap.es/projects/alfrescointegration/browser/trunk/setup.py I have special characters. Viewing trac code I have found that only unicode transforms the attribute name and not others (i.e. description): http://trac.edgewall.org/browser/tags/trac-0.11.7/trac/admin/web_ui.py#L525 Between lines 542 - 548. This plugin work fine with python 2.6 or above. Regards, [1] http://clinker.klicap.es/projects/alfrescointegration -- Manuel Jesús Recena Soto Founder, CEO & CTO of klicap - ingeniería del puzle mobile phone +34 664 000 629 work phone + 34 954 894 322 www.klicap.es | blog.klicap.es -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
