Honglei Jiang created THRIFT-5024:
-------------------------------------
Summary: tutorial\py.tornado\PythonServer.py failed under Tornado6
Key: THRIFT-5024
URL: https://issues.apache.org/jira/browse/THRIFT-5024
Project: Thrift
Issue Type: Improvement
Components: Python - Library
Affects Versions: 0.13.0
Reporter: Honglei Jiang
File "E:\PythonLibs\dmaproxy\tests\ThriftAPI\py.tornado\PythonServer.py", line
28, in <module>
from tutorial import Calculator
File
"E:\PythonLibs\dmaproxy\tests\ThriftAPI\py.tornado\tutorial\Calculator.py",
line 14, in <module>
import shared.SharedService
File
"E:\PythonLibs\dmaproxy\tests\ThriftAPI\py.tornado\shared\SharedService.py",
line 33, in <module>
class Client(Iface):
File
"E:\PythonLibs\dmaproxy\tests\ThriftAPI\py.tornado\shared\SharedService.py",
line 43, in Client
@gen.engine
builtins.AttributeError: module 'tornado.gen' has no attribute 'engine'
--
This message was sent by Atlassian Jira
(v8.3.4#803005)