[issue31124] ImportError: cannot import name HAS_ALPN

2017-08-05 Thread José Leite
José Leite added the comment: Thank You very much!!! Thumbs up! -- ___ Python tracker ___ ___

[issue31124] ImportError: cannot import name HAS_ALPN

2017-08-05 Thread Christian Heimes
Christian Heimes added the comment: Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue31124] ImportError: cannot import name HAS_ALPN

2017-08-05 Thread Christian Heimes
Changes by Christian Heimes : -- resolution: -> third party stage: -> resolved status: open -> closed type: -> behavior ___ Python tracker

[issue31124] ImportError: cannot import name HAS_ALPN

2017-08-05 Thread José Leite
José Leite added the comment: Yes, there is such a file. I will report to web2py developers for windows version. Thanks, renamed the file and everything seems fine. -- ___ Python tracker

[issue31124] ImportError: cannot import name HAS_ALPN

2017-08-05 Thread Christian Heimes
Christian Heimes added the comment: There is no _ssl.py. The internal _ssl module is a C extension module. Under Windows it is called _ssl.pyd. Do you have a _ssl.py or _ssl package in your project that may confict with _ssl.pyd? -- ___ Python

[issue31124] ImportError: cannot import name HAS_ALPN

2017-08-05 Thread José Leite
New submission from José Leite: 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,