Opened 12 years ago

Last modified 12 years ago

#9973 closed defect

Cannot load TracQueues plugin in Trac 0.11.7 — at Version 1

Reported by: rulbrich@… Owned by: Rob Guttman
Priority: normal Component: QueuesPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

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")

Change History (2)

Changed 12 years ago by rulbrich@…

Attachment: TracQueues-0.1.0-py2.6.egg added

the egg file that I used

comment:1 Changed 12 years ago by Ryan J Ollos

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.

Note: See TracTickets for help on using tickets.