Hi, Try to copy *.egg file in the `dist` directory to the plugins directory after running `setup.py bdist_egg`, instead of *.egg-info directory.
See also https://trac.edgewall.org/wiki/TracPlugins Jun Omae <[email protected]> (大前 潤) On Tue, Dec 24, 2024 at 22:55 'Joost Kraaijeveld' via Trac Users < [email protected]> wrote: > Hi, > > As the subject says: should TracLogViewer 0.4 work with Trac 1.6? > > I did the following to get it working: > 1. I have checked out the source, ran "python setup.py build" and > copied the resulting TracLogViewer.egg-info into the plugins directory > of my Trac. > 2. I added "logviewer.* = enabled" to the components section of my > trac.ini. > 3. I also added > "[logviewer] > autoload = false > autotail = 1000 > autolevel = 3 > autoup = true" to my trac.ini > > It looks that the plugin is found when I look at the log file: > 2024-12-24 14:01:36,763 Trac[env] INFO: ------------------------------- > - environment startup [Trac 1.6] -------------------------------- > 2024-12-24 14:01:36,776 Trac[loader] DEBUG: Adding plugin > "TracLogViewer 0.4.dev0" from "/var/lib/tracenvs/trac/plugins" > > But nothing is added to my Administration screen. > > Anyone any idea? > > > -- > Groeten, > > Joost Kraaijeveld > > -- > 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 [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/trac-users/76bbd93040fc8938e56aa10f60fe525978a300af.camel%40Askesis.nl > . > -- 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/trac-users/CAEVLMahOm-aFj3aR9aReaOp8RQguk%2BWEPAW4DRXZ_abqVHa%2BGg%40mail.gmail.com.
