Traceback (most recent call last):
File "D:\webapp\myapp\app.py", line 2, in <module>
import tornado.web
File "C:\python\Python35\lib\site-packages\tornado\web.py", line 86, in <module>
from tornado import iostream
File "C:\python\Python35\lib\site-packages\tornado\iostream.py", line 40, in <module>
from tornado.netutil import ssl_wrap_socket, ssl_match_hostname, SSLCertificateError, _client_ssl_defaults, _server_ssl_defaults
File "C:\python\Python35\lib\site-packages\tornado\netutil.py", line 68, in <module>
ssl.Purpose.SERVER_AUTH)
File "C:\python\Python35\lib\ssl.py", line 470, in create_default_context
context.load_default_certs(purpose)
File "C:\python\Python35\lib\ssl.py", line 421, in load_default_certs
self._load_windows_store_certs(storename, purpose)
File "C:\python\Python35\lib\ssl.py", line 408, in _load_windows_store_certs
for cert, encoding, trust in enum_certificates(storename):
PermissionError: [WinError 5] Access is denied