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