Opened 11 years ago

Last modified 11 years ago

#10511 closed defect

Doxygenplugin does not load — at Version 1

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

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 (1)

comment:1 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)
Owner: changed from Radek Bartoň to Ryan J Ollos
Status: newassigned
Trac Release: 0.101.0

Investigating...

Note: See TracTickets for help on using tickets.