> I suspect this problem is related to my python is 2.4 but not 2.5,
> and then I try with 2.5, but got
> 2007-12-28 16:58:06,342 Trac[web_ui] ERROR: Failure sending notification on
> creation of ticket #3: 'module' object has no attribute 'ssl'

> [notification]
> use_tls = true

You have enabled TLS (which is required to use gmail as an outgoing
SMTP server) but it seems your Python socket module cannot use SSL.
You need to either use a non-TLS email server or to install openssl libraries.

Google for "'module' object has no attribute 'ssl'", you'll find useful entries.

HTH,
Manu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to