actually the issue on 0.11 is true ... the plugin is not sipported for 0.11! but, ... the change of line 33 did the trick :) great .. thanks! i wish there would also by a fix for the http://trac-hacks.org/wiki/WikiTicketCalendarMacro macro for 0.11 that one also doesnt run
great forum ... cheers Noah Kantrowitz-3 wrote: > > > This error is caused by a plugin depending on part of the Genshi 0.4 API > which changed in 0.5. It will require fixing the code in order to work. > Look > for calls of the form Markup(str, args) and change them to Markup(str % > args). > > --Noah > >> -----Original Message----- >> From: [email protected] [mailto:[EMAIL PROTECTED] >> On Behalf Of setcookie >> Sent: Wednesday, June 18, 2008 9:01 AM >> To: [email protected] >> Subject: [Trac] Installing Plugins under 0.11 how to? Ubuntu 6.06 >> >> >> >> 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 >> >> here is what i generally dont understand. i can download the source or >> checkout from svn to where? >> >> where should i put the files into? does it matter where i execute the >> setup.py? currently i just have a /tmp folder under the root and do the >> setup like \tmp $ python setup.py bdist_egg in the end i have always >> these >> folders /build and /dist what are these? under dist there seems to be >> the >> egg which i need to run with easy_install and --always-unzip. if i do >> that >> the egg with easy_install i have this folder in >> >> AztechCalendar-0.1-py2.4.egg in /usr/lib/python2.4/site-packages >> >> then i go to the config file in project env an add the component >> >> so is that the right way to do or what. this is driving me nuts! can >> somehow >> explain hot to correctly install a plugin? >> >> -- >> View this message in context: http://www.nabble.com/Installing-Plugins- >> under-0.11-how-to--Ubuntu-6.06-tp17986028p17986028.html >> Sent from the Trac Users mailing list archive at Nabble.com. >> >> >> > > > > > > -- View this message in context: http://www.nabble.com/Installing-Plugins-under-0.11-how-to--Ubuntu-6.06-tp17986028p17988831.html Sent from the Trac Users mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
