Opened 16 years ago
Closed 16 years ago
#3884 closed defect (fixed)
Where is ITaggingSystemProvider in tags.py
Reported by: | anonymous | Owned by: | Radek Bartoň |
---|---|---|---|
Priority: | normal | Component: | DownloadsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
In tags.py line 9 and 10, it is from tractags.api import But I cannot find the classes of ITaggingSystemProvider, DefaultTaggingSystem, TagEngine in tractgs/api.py file. (version 0.6)
so the running log is Trac[loader] ERROR: Skipping "TracDownloads.tags = tracdownloads.tags [tags]": (can't import "cannot import name ITaggingSystemProvider")
Attachments (0)
Change History (5)
comment:1 follow-up: 2 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Replying to Blackhex:
This is provided by TagsPlugin. Install it or disable ScreenshotTags component.
hi, Blackhex
What do you mean TagsPlugin? Is it a download package name of tags-0.6.zip ? If so.
I guess you cannot find the key word "ITaggingSystemProvider" in the file in that package.
Just now, I checked the TagsPlugin SVN tree. Unfortunately, That three classes disappeared from version 0.6. They are just in version 0.5.
So, would you like to update your DownloadsPlugin to fit tags-0.6, please?
comment:3 follow-up: 4 Changed 16 years ago by
TagsPlugin v0.6 is targetted at trac 0.11. You filled Trac Release for this ticket as 0.10. So, I'll update tags.py for 0.11 branch of DownloadsPlugin.
comment:4 Changed 16 years ago by
Trac Release: | 0.10 → 0.11 |
---|
Thank you Blackhex
I am not familiar with this tickets tool. I just use the default value of Trac Release.
comment:5 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Ported to TagsPlugin 0.6 in r4515.
This is provided by TagsPlugin. Install it or disable ScreenshotTags component.