Ticket #10511 (closed defect: invalid)

Opened 7 months ago

Last modified 7 months ago

Doxygenplugin does not load

Reported by: Vijay Assigned to: rjollos
Priority: normal Component: DoxygenPlugin
Severity: normal Keywords: trac.Search
Cc: Trac Release: 1.0

Description (Last modified by rjollos)

Hi,

In my trac setup, it doxygenplugin (0.10) is failing to load with the below error in log.

I am running trac 1.0 under windows 7 with python 2.6.

It does not have any other plugins.

The offending line seems to be from trac.Search import ISearchSource.

Could you please help?

Regards, Vijay

 ERROR: Skipping "doxygentrac = doxygentrac.doxygentrac": 
Traceback (most recent call last):
  File "../easy_install-kdubk1\Trac-1.0-py2.6-win32.egg.tmp\trac\loader.py", line 68, in _load_eggs
    entry.load(require=True)
  File "c:\python26\lib\site-packages\setuptools-0.6c9-py2.6.egg\pkg_resources.py", line 1913, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "build\bdist.win32\egg\doxygentrac\__init__.py", line 2, in <module>
    # __init__.py:  defines this directory as the 'libsvn' package.
  File "build\bdist.win32\egg\doxygentrac\doxygentrac.py", line 20, in <module>
ImportError: No module named Search

2012-10-20 19:01:23,664 Trac[loader] DEBUG: Loading trac.about from c:\python26\lib\site-packages\trac-1.0-py2.6-win32.egg

Attachments

Change History

10/21/12 19:53:41 changed by rjollos

  • release changed from 0.10 to 1.0.
  • status changed from new to assigned.
  • description changed.
  • owner changed from Blackhex to rjollos.

Investigating...

(in reply to: ↑ description ) 10/21/12 20:10:57 changed by rjollos

Replying to Vijay:

In my trac setup, it doxygenplugin (0.10) is failing to load with the below error in log.

DoxygenPlugin 0.11.0.2 is the latest. You should install from the doxygenplugin/0.11 branch.

10/21/12 22:47:44 changed by rjollos

  • status changed from assigned to closed.
  • resolution set to invalid.

I've tested the 0.11 branch with 1.0, and it loads correctly. There are some outstanding issues with the plugin, but the main issue you are having is not using the correct version.

(follow-up: ↓ 5 ) 10/23/12 02:44:53 changed by Vijay

I tried 0.11 and it works. Thank you.
BTW, The "Description" under the plug-in-home gives room to misinterpret that with trac 0.10, the plugin version to be used is 0.10.

(in reply to: ↑ 4 ) 10/23/12 04:40:35 changed by anonymous

Replying to Vijay:

BTW, The "Description" under the plug-in-home gives room to misinterpret that with trac 0.10, the plugin version to be used is 0.10.

Ah, I think I understand. It appears you are not seeing the distinction between Trac 0.10 and Trac 1.0. Trac 0.10 is very old, and no longer supported by much of anyone. Trac 1.0 is the latest and greatest. I made some adjustments to the DoxygenPlugin page to try and make this more clear.

10/23/12 05:04:04 changed by rjollos

This is valuable feedback, as it provides motivation for a reorganization of the repository to a trunk, branches, tags scheme. Thanks for your feedback!


Add/Change #10511 (Doxygenplugin does not load)




Change Properties
Action