On Wed, Oct 19, 2022 at 12:55 PM Jun Omae <jun6...@gmail.com> wrote: > > On 2022/10/19 19:40, Roger Oberholtzer wrote: > > On Tue, Oct 18, 2022 at 3:51 PM Roger Oberholtzer > > <roger.oberholt...@gmail.com> wrote: > > > >> I will see to getting a proper log with what I hope are useful messages. > > > > I have attached the log for when this happens. I see there are some > > reported errors. But I do not know why they are happening. > > > > It seems to pick on three similar pages that are only wiki formatted. > > I do not recall that there are any Trac macros called. Just simple > > wiki formatting. I have attached the page as well (read from the > > trac.db). Nothing unusual in the contents. I have tried adding this > > text to a new wiki page. The content does not render in the wiki > > editing window. No error given here either. Just no rendered content. > > It seems CollapsiblePlugin doesn't support Python 3. Uninstall the plugin.
Shouldn't it be enough to disable it in the Trac admin page? Seems not. I have disabled it and the pages now load. > File > "/usr/lib/python3.10/site-packages/TracCollapsiblePlugin-0.1-py3.10.egg/traccollapsible/__init__.py", > line 29, in <lambda> > TracError.__str__ = lambda self: unicode(self).encode('ascii', 'ignore') > NameError: name 'unicode' is not defined The thing is, this plugin is not used on this page. And, at the places it is used, it is working fine. And all other pages work. Just not these three. No matter. I have sorted the issue. I just don't understand how it presents itself... > According to https://trac-hacks.org/ticket/14155, the plugin should be > unable to install with Python 3. How have you installed it? I just did a regular install. I do not recall there being any complaint. So it does install. Perhaps it has issues. And it works where it is used. Isn't there a new Trac facility for doing this? I see there is a FoldMacroProcessorMacro. Maybe that's it. It seems to do what I need. So I will convert to using this. -- Roger Oberholtzer -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/CANkOqwNDcWUTsF%2BFNk60ZifpV3XLCf_S7Bn8X3JGXLsBYphh7g%40mail.gmail.com.