-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example gen.py not working #49
Comments
Why issue closed? I have the same problem ... |
Because I can not reproduce it. Works without any problems on Tornado 2.4.1. |
I see the Runner class of tornado 2.4.1 and has a new parameter in init:
SyncRunner calls the super init in this way:
I think this is the problem. |
Ah, this is interoperability issue between Edit: If you don't care about executing actions in order, feel free to use standard |
I think i'm using sync_engine too.
Is it right? |
On run example gen.py on tornado 2.3 raised exception
I replace in file tornadio2/gen.py line 84
from
on
I think class SyncRunner no more need
The text was updated successfully, but these errors were encountered: