Ticket #2525 (new defect)

Opened 7 months ago

Last modified 7 months ago

trac plugin fails with ImportError

Reported by: lx Assigned to: cboos
Priority: normal Component: DoxygenPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

I followed the instructions as good as I good but the doxygen plugin fails to load giving me the following error message (version 0.10.4):

tracd */ --port 8000

01:06:47 PM Trac[loader] DEBUG: Loading egg plugin doxygentrac from /usr/local/share/trac/plugins 01:06:47 PM Trac[loader] ERROR: Failed to load plugin doxygentrac from /usr/local/share/trac/plugins Traceback (most recent call last):

File "/usr/local/lib/python2.5/site-packages/trac/loader.py", line 101, in load_components

entry_point.load()

File "build/bdist.linux-i686/egg/pkg_resources.py", line 1830, in load

entry = import(self.module_name, globals(),globals(), __name__?)

ImportError?: No module named doxygentrac.doxygentrac 01:06:47 PM Trac[loader] DEBUG: Loading egg plugin doxygentrac from /usr/local/share/trac/plugins/TracDoxygen-0.4-py2.5.egg 01:06:47 PM Trac[macros] ERROR: Failed to load wiki macro TracGuideToc?.py () Traceback (most recent call last):

File "/usr/local/lib/python2.5/site-packages/trac/wiki/macros.py", line 448, in get_macros

yield name

GeneratorExit? 01:06:47 PM Trac[formatter] DEBUG: Executing Wiki macro TracGuideToc? by provider <trac.wiki.macros.UserMacroProvider? object at 0x8273f2c>

Attachments

Change History

02/05/08 08:06:11 changed by Blackhex

  • owner changed from Blackhex to cboos.

Seems like error in TracGuideToc?.py macro rather than DoxygenPlugin.


Add/Change #2525 (trac plugin fails with ImportError)




Change Properties
Action