Modify ↓
Opened 13 years ago
Closed 13 years ago
#9973 closed defect (invalid)
Cannot load TracQueues plugin in Trac 0.11.7
Reported by: | Owned by: | Rob Guttman | |
---|---|---|---|
Priority: | normal | Component: | QueuesPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
The plugin does not seem to install correctly. When I use the web admin plugin install tool to upload the .egg, the plugin does end up in my plugin directory, but the plugin does not seem to work.
There is an error in the debug log:
2012-04-17 11:32:35,332 Trac[loader] DEBUG: Loading queues.web_ui from /var/lib/trac/manara/plugins/TracQueues-0.1.0-py2.6.egg 2012-04-17 11:32:35,332 Trac[loader] ERROR: Skipping "queues.web_ui = queues.web_ui": (can't import "ImportError: cannot import name ChoiceOption")
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | TracQueues-0.1.0-py2.6.egg added |
---|
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
ChoiceOption
was added in Trac 0.12, so it appears that this plugin doesn't support Trac 0.11.x:
The wiki pages doesn't have the 0.11 tag, so in general, there is no reason to expect it will work with 0.11.
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Thanks, correct - only supports Trac 0.12.x. Sorry about that! Resolving as invalid. If you try it on Trac 0,12 and run into any problems, let me know.
Note: See
TracTickets for help on using
tickets.
the egg file that I used