Modify ↓
Opened 18 years ago
Closed 13 years ago
#2525 closed defect (wontfix)
trac plugin fails with ImportError
| Reported by: | lx | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | normal | Component: | DoxygenPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description (last modified by )
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 (0)
Change History (3)
comment:1 Changed 18 years ago by
| Owner: | changed from Radek Bartoň to Christian Boos |
|---|
comment:2 Changed 15 years ago by
| Description: | modified (diff) |
|---|
comment:3 Changed 13 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Closing this old ticket since 0.10 is no longer supported.
Note: See
TracTickets for help on using
tickets.



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