On Tue, 2006-04-18 at 11:15 -0400, Sid Wiesner wrote: > All my other plugins load fine, but when I try to load the Doxygen > plugin, I get this error: > ImportError: cannot import name Markup > > Does anyone have any ideas on how to fix this? This is Trac 0.9.2 on > Windows.
Upgrade to Trac 0.9.4. It's usually good to check if you're running the latest stable release, since they will include bug fixes, and sometimes security fixes. In this case the plugin requires Trac 0.9.3 or higher for the Markup class which was added to help prevent certain security problems. -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
