You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Honglei Jiang (Jira)" <ji...@apache.org> on 2019/11/21 10:27:00 UTC

[jira] [Created] (THRIFT-5024) tutorial\py.tornado\PythonServer.py failed under Tornado6

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)