On Tuesday, June 6, 2017 at 3:32:22 AM UTC-7, [email protected] wrote:
>
>
> I have sending email problems that I am sure are related to SSL/TLS.
>
> I am running the last Web2py version with Python 2.7.9 and Apache 2.4
>
> When I make a mail script with SMTPLIB, Web2py tells me that SSL is not 
> present. When I want to "import ssl" within a Web2py script, no ssl module 
> is found.
>
> But when I import ssl in a python script outside Webpy, import ssl is 
> working ! 
>
>
Your SSL module is probably in your Python's site packages, and web2py may 
not be looking there 
(it has its own ideas about where packages should be).  Or perhaps you have 
multiple Python installations.

Is this a linux system?

/dps


 

> Any Idea ?
>
> Thierry
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to