The source of the error appears to be Genshi. The Translator object in Genshi 0.5 does not have a `setup` method. This method exists in Genshi 0.6, however.
I think you somehow managed to install Trac 0.12.3 with Genshi 0.5. You need Genshi 0.6 or later. setup.py has an `install_requires = Genshi >= 0.6`, but from your earlier comments it look like you are installing from RPMs. I think the RPM for Trac would have to be properly configured to manage versioned dependencies. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/sx8nQp6Vy9kJ. To post to this group, send email to trac-users@googlegroups.com. To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.