Opened 18 years ago
Closed 17 years ago
#2819 closed defect (fixed)
HudsonTrac doesn't appear to load or show up in Trac 0.11b2
| Reported by: | pqajjv | Owned by: | roadrunner |
|---|---|---|---|
| Priority: | normal | Component: | HudsonTracPlugin |
| Severity: | blocker | Keywords: | |
| Cc: | candrews@… | Trac Release: | 0.11 |
Description
I am running Trac 0.11b2. I got the latest version of HudsonTracPlugin. I did python setup.py bdist_egg, and copied the egg to my plugins directory. I added the [hudson] section to my trac.ini with the appropriate settings.
Nothing happened.
I checked my log and I am repeatedly getting: Trac[loader] ERROR: Skipping "HudsonTrac = HudsonTrac.HudsonTracPlugin": (can't import "No module named Timeline")
Attachments (1)
Change History (6)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
I was able to get the plugin to work with trac 0.11b2 the HudsonTracPlugin-0.11b2-fix.py attachment.
I think the trac.timeline.ITimelineEventProvider interface has changed betwwen 0.10 and 0.11 (not sure).
comment:3 Changed 17 years ago by
| Cc: | candrews@… added; anonymous removed |
|---|---|
| Resolution: | fixed |
| Status: | closed → reopened |
Can someone PLEASE apply this patch to the SVN repository? :-)
This isn't fixed until the patch is applied to the repository.



There is a typo on line 13 in HudsonTracPlugin.py: from trac.Timeline... should be modified to from trac.timeline... in order to make the import work.
I tried this with Trac 0.11b2