> sslobj = socket.ssl(self.sock, keyfile, certfile) > AttributeError: 'module' object has no attribute 'ssl' > is because the python can't locate the library path?
Well, I'm out of ideas. On Debian, SSL for Python is installed with Python, which should be located here: /usr/lib/python2.5/lib-dynload/_ssl.so Nevertheless, I thought Debian "etch" was not able to run Trac with Python 2.5, because of some missing packages for this Python version. What's weird is that you get a different error with Python 2.4. Maybe try to focus on this one: have you updated the smtp_port as Ric suggested? Cheers, 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 -~----------~----~----~----~------~----~------~--~---
