Modify

Opened 16 years ago

Closed 11 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 Ryan J Ollos)

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 16 years ago by Radek Bartoň

Owner: changed from Radek Bartoň to Christian Boos

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

comment:2 Changed 14 years ago by Ryan J Ollos

Description: modified (diff)

comment:3 Changed 11 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

Closing this old ticket since 0.10 is no longer supported.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.