On Monday, January 10, 2022 at 11:09:45 AM UTC-8 [email protected] wrote:
> Hello, > > Trying to install the Test Manager plugin ( > https://trac-hacks.org/wiki/TestManagerForTracPlugin) and can't seem to > get it to work. Searching implies it should be working, so I must have > missed something obvious somewhere. > > Trac: v1.4.3 > TestManager: 1.9.1-py2.7 > TracGenericClass: 1.1.7-py2.7 > TracGenericWorkflow: 1.0.5.py2.7 > Genshi: 0.7.5 > > CentOS: 8.4.2105 > Python: 2.7.18 > > From trac.ini > > [components] > tracgenericclass.* = enabled > tracgenericworkflow.* = enabled > testmanager.* = enabled > > Permissions on egg files: 644 > > Apache restarted (multiple times) > > Error in trac.log > > Trac[loader] ERROR: Skipping "testmanager = testmanager": ImportError: > cannot import name with_transaction > > Any help appreciated. > Robert Kuropkat > The plugin isn't compatible with Trac 1.4 because it uses deprecated database access methods that have been removed: https://trac.edgewall.org/wiki/TracDev/ApiChanges/1.2#DatabaseAPIChanges Ryan -- 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 on the web visit https://groups.google.com/d/msgid/trac-users/8eaccba9-56c3-4db5-8dce-f071d5ab2a0fn%40googlegroups.com.
