This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jhleite
Recipients Jhleite, christian.heimes, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-08-05.13:41:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501940481.62.0.440341735277.issue31124@psf.upfronthosting.co.za>
In-reply-to
Content
When Running Web2py with Python 2.7.11 or 2.7.13 in windows 10 I get the following error:

Traceback (most recent call last):
File "C:\web2py\web2py.py", line 21, in 
import gluon.widget
File "C:\web2py\gluon\widget.py", line 26, in 
from gluon import main, newcron
File "C:\web2py\gluon\main.py", line 28, in 
import ssl
File "C:\Python27\lib\ssl.py", line 126, in 
from _ssl import HAS_SNI, HAS_ECDH, HAS_NPN, HAS_ALPN
ImportError: cannot import name HAS_ALPN

----------------------------------------------------
It seem like a windows Python bug in _ssl.py
History
Date User Action Args
2017-08-05 13:41:21Jhleitesetrecipients: + Jhleite, paul.moore, christian.heimes, tim.golden, zach.ware, steve.dower
2017-08-05 13:41:21Jhleitesetmessageid: <1501940481.62.0.440341735277.issue31124@psf.upfronthosting.co.za>
2017-08-05 13:41:21Jhleitelinkissue31124 messages
2017-08-05 13:41:21Jhleitecreate