On 7 Okt, 14:49, Jeroen Ruigrok van der Werven <[EMAIL PROTECTED]> wrote: > Using trunk for a demo install at work here with Genshi 0.5.1 caused this > tracebackhttp://paste.pocoo.org/show/87295/on selecting the login link: > > {{{ > File "build/bdist.linux-i686/egg/genshi/filters/i18n.py", line 170, in > __call__ > search_text=False, msgbuf=msgbuf) > File "build/bdist.linux-i686/egg/genshi/filters/i18n.py", line 201, in > __call__ > msgbuf.append(kind, data, pos) > File "build/bdist.linux-i686/egg/genshi/filters/i18n.py", line 379, in > append > param = self.params.pop(0) > IndexError: pop from empty list > > }}} > > Using Genshi trunk allows me to use the login link. > > I haven't been able to keep up to date lately, but did we require Genshi 0.6 > now and is 0.5 inadequate? If so, why hasn't setup.py been adjusted to > reflect this? If not, we need to see what's happening. > > -- > Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai > イェルーン ラウフロック ヴァン デル ウェルヴェンhttp://www.in-nomine.org/|http://www.rangaku.org/| > GPG: 2EAC625B > For dust thou art, and unto dust shalt thou return.
I'm running Trac trunk with latest from Genshi 0.5.x branch (0.5.2dev), and see no problems. However, I do remember having issues like yours earlier, and after chatting with cmlenz I think he backported some fixes from trunk in the single changeset that has happened in that branch since 0.5.1 release: http://genshi.edgewall.org/changeset/947/branches/stable/0.5.x Could you try latest from 0.5.x as well, and see if that solves it for you? :::simon https://www.coderesort.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
