On Oct 2, 8:10 pm, Dmitry Samersoff <d...@samersoff.net> wrote: > Hi Everyone, > > As far as I understand I can put a single-file plugin to > ~project/plugins directory like a macro, track catch it an enabled by > default. > > 1. Is it possible to deploy multi-file plugin (i.e. module) the same way
No. Multi-file plugins must be packaged as eggs. > 2. Is there a place where I could install plugins for all projects > outside lib/python/site-packages ? Yes. A trac.ini setting of [inherit] plugins_dir = /path/to/shared/ plugins. If you at the same time for all projects add [inherit] file = /path/to/shared/trac.ini you can have one shared trac.ini where you enable [components] for all the projects. See: http://trac.edgewall.org/wiki/TracIni#GlobalConfiguration :::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 trac-...@googlegroups.com. To unsubscribe from this group, send email to trac-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.