Drasko DRASKOVIC
2013-05-20 01:11:53 UTC
Hi all,
I am tying to use IOLoop's tun_rsync() method
(http://www.tornadoweb.org/en/stable/ioloop.html#tornado.ioloop.IOLoop.run_sync),
and I want something exactly like described here :
https://groups.google.com/forum/?fromgroups#!msg/python-tornado/o4kZofepfr4/OmAsKpJVQ6YJ
However, trying this example is giving me an error :
Traceback (most recent call last):
File "test2.py", line 19, in <module>
tornado.ioloop.IOLoop.instance().run_sync(main)
AttributeError: 'EPollIOLoop' object has no attribute 'run_sync'
What seems to be wrong and how to debug this ?
Best regards,
Drasko
I am tying to use IOLoop's tun_rsync() method
(http://www.tornadoweb.org/en/stable/ioloop.html#tornado.ioloop.IOLoop.run_sync),
and I want something exactly like described here :
https://groups.google.com/forum/?fromgroups#!msg/python-tornado/o4kZofepfr4/OmAsKpJVQ6YJ
However, trying this example is giving me an error :
Traceback (most recent call last):
File "test2.py", line 19, in <module>
tornado.ioloop.IOLoop.instance().run_sync(main)
AttributeError: 'EPollIOLoop' object has no attribute 'run_sync'
What seems to be wrong and how to debug this ?
Best regards,
Drasko
--
You received this message because you are subscribed to the Google Groups "Tornado Web Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornado+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Tornado Web Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornado+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.