#10511 closed defect (invalid)
Doxygenplugin does not load
Reported by: | Vijay | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | DoxygenPlugin |
Severity: | normal | Keywords: | trac.Search |
Cc: | Trac Release: | 1.0 |
Description (last modified by )
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 (0)
Change History (6)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Radek Bartoň to Ryan J Ollos |
Status: | new → assigned |
Trac Release: | 0.10 → 1.0 |
comment:2 Changed 12 years ago by
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.
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
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.
comment:4 follow-up: 5 Changed 12 years ago by
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.
comment:5 Changed 12 years ago by
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.
comment:6 Changed 12 years ago by
This is valuable feedback, as it provides motivation for a reorganization of the repository to a trunk
, branches
, tags
scheme. Thanks for your feedback!
Investigating...