On Wed, Jun 18, 2008 at 12:00 PM, setcookie <[EMAIL PROTECTED]> wrote: > > > i really dont get it! > > im trying to get this plugin to work: > http://trac-hacks.org/wiki/CalendarPlugin but it wont, .. it simple wont > > in the end i get this message: > > File > "/usr/lib/python2.4/site-packages/AztechCalendar-0.1-py2.4.egg/azcalendar/azcalendar.py", > line 32, in get_navigation_items > yield ('mainnav', 'azcalendar', > LookupError: unknown encoding: /trac/test/azcalendar
Looks like you installed the plugin just fine. This is just a bug in the plugin, sort of. I assume you're using Trac 0.11, because you're getting hit by this: http://trac.edgewall.org/ticket/7255 That plugin doesn't appear to have been updated for Trac 0.11. Try editing the source code and changing the line 33 of azcalendar.py to read: Markup('<a href="%s">Azcalendar</a>') % req.href.azcalendar()) then reinstall the plugin. That should fix it. Though I can't guarantee you it doesn't have other incompatibilities with 0.11. Also open a ticket for this problem on trac-hacks.org if there isn't one already. Erik. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
