Hi everyone, I am deploying Ticketext plugin in Trac 11.6, but it throws out "TypeError: decoding Unicode is not supported" in admin/Ticket Template page. This plugin works fine with Trac 11.5.
I am tracking down the problem and get to the point that after deleting the unicode part of code in plugin, the Trac system can't find the right name of trac.ini file to write. It tries to write a file with name like"trac.iniE*^e". I am guessing this is due to the core code which writes the trac.ini file does not support unicode. So anyone knows where and how to write trac.ini file in the plugin? Or in the core code? -- You Li <[email protected]> SIXNET -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.
