Opened 11 years ago

Last modified 11 years ago

#10511 closed defect

Doxygenplugin does not load — at Initial Version

Reported by: Vijay Owned by: Radek Bartoň
Priority: normal Component: DoxygenPlugin
Severity: normal Keywords: trac.Search
Cc: Trac Release: 1.0

Description

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

Change History (0)

Note: See TracTickets for help on using tickets.