On Mon, Feb 26, 2024 at 8:15 PM mayur logan <[email protected]> wrote: > > Hi, > > I have installed the latest version of the plugin WikiTable Macro - > https://trac-hacks.org/wiki/WikiTableMacro in Trac 1.6 env. > But I am facing error with the simple codes of sql. > > Trac version = 1.6 > Python = 3.10.12 > WikiTableMacro = 0.3.dev0 > Sql code: > {{{#!SQLTable > SELECT COUNT(id) AS "Number of Tickets" > FROM ticket > }}} > error: > Error: Processor SQLTable failedname 'basestring' is not defined > > Any help appreciated.
Fixed in [18622]. Please try the latest version. -- Jun Omae <[email protected]> (大前 潤) -- 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/CAEVLMag52CnDnq0pg73iDfgYdYF8K30MtZ9rfogj6QKC-nyDEw%40mail.gmail.com.
