Bug 694153 - trac-doxygen-plugin initialization bug
Summary: trac-doxygen-plugin initialization bug
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: trac-doxygen-plugin
Version: 15
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Sergio Pascual
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-06 15:32 UTC by Jan Boehme
Modified: 2011-04-18 04:06 UTC (History)
1 user (show)

Fixed In Version: trac-doxygen-plugin-0.4-0.9.r2892.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-18 04:06:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.