Opened 16 years ago

Last modified 12 years ago

#2525 closed defect

trac plugin fails with ImportError — at Initial Version

Reported by: lx Owned by: Radek Bartoň
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>

Change History (0)

Note: See TracTickets for help on using tickets.