Bug 694153

Summary: trac-doxygen-plugin initialization bug
Product: [Fedora] Fedora Reporter: Jan Boehme <jan.boehme>
Component: trac-doxygen-pluginAssignee: Sergio Pascual <sergio.pasra>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 15CC: sergio.pasra
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: trac-doxygen-plugin-0.4-0.9.r2892.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-04-18 04:06:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Boehme 2011-04-06 15:32:38 UTC
Description of problem:
trac is not able to enable the trac-doxygen-plugin because of a python error while initializing

Version-Release number of selected component (if applicable):
trac-doxygen-plugin-0.4-0.8.r2892.fc15

How reproducible:
python import statement

Steps to Reproduce:
1.open python shell
2. execute:
import doxygentrac
  
Actual results:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/doxygentrac/__init__.py", line 2, in <module>
    from doxygentrac import *
  File "/usr/lib/python2.7/site-packages/doxygentrac/doxygentrac.py", line 20, in <module>
    from trac.Search import ISearchSource
ImportError: No module named Search


Expected results:
no error

Additional info:
trac.Search doesn't exist, the correct namespace is trac.search

Comment 1 Fedora Update System 2011-04-11 10:43:24 UTC
trac-doxygen-plugin-0.4-0.9.r2892.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/trac-doxygen-plugin-0.4-0.9.r2892.fc15

Comment 2 Fedora Update System 2011-04-13 04:52:10 UTC
Package trac-doxygen-plugin-0.4-0.9.r2892.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing trac-doxygen-plugin-0.4-0.9.r2892.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/trac-doxygen-plugin-0.4-0.9.r2892.fc15
then log in and leave karma (feedback).

Comment 3 Fedora Update System 2011-04-18 04:06:35 UTC
trac-doxygen-plugin-0.4-0.9.r2892.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.