Opened 17 years ago
Closed 16 years ago
#2690 closed defect (invalid)
Plugin does not work for me.
Reported by: | anonymous | Owned by: | Stephen Hansen |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I'm running Truc trunk and AnnouncerPlugin trunk as well. I get error in my log:
Trac[loader] DEBUG: Loading announcerplugin from /usr/lib/python2.5/site-packages/AnnouncerPlugin-0.2-py2.5.egg Trac[loader] ERROR: Skipping "announcerplugin = announcerplugin": (can't import "cannot import name NewTextTemplate")
Also i don't see choices in Legacy Modules.
My config:
[announcer] smtp_enabled = true smtp_password = xxxxxxxx smtp_port = 586 smtp_server = smtp.gmail.com #smtp_subject_prefix = TRAC: smtp_user = xxxxxxxx@… smtp_always_cc = xxxxxxxx@… use_tls = yes StaticTicketSubscriber = enabled LegacyTicketSubscriber = enabled CarbonCopySubscriber = enabled WatchSubscriber = enabled
Subscribers should be enabled in the [components] section. Please use the pluginadmin to enable the parts of the plugin.