All my other plugins load fine, but when I try to load the Doxygen plugin, I get this error:

11:07:53 AM Trac[loader] DEBUG: Loading plugin doxygentrac from d:\seegrid\trac.db\plugins\tracdoxygen-0.1-py2.3.egg 11:07:53 AM Trac[loader] ERROR: Failed to load plugin doxygentrac from d:\seegrid\trac.db\plugins\tracdoxygen-0.1-py2.3.egg
Traceback (most recent call last):
File "C:\Python23\lib\site-packages\trac\loader.py", line 77, in load_components
    entry_point.load()
File "c:\python23\lib\site-packages\setuptools-0.6a2-py2.3.egg\pkg_resources.py", line 1627, in load entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "build\bdist.win32\egg\doxygentrac\__init__.py", line 2, in ?
  File "build\bdist.win32\egg\doxygentrac\doxygentrac.py", line 17, in ?
ImportError: cannot import name Markup

I believe the code it throws the error on is here:
http://trac-hacks.org/browser/doxygenplugin/0.9/doxygentrac/doxygentrac.py

Does anyone have any ideas on how to fix this? This is Trac 0.9.2 on Windows.

Thanks,

Sid
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to