Search code examples
pythontornado

Python Tornado not implemented error workaround


This code: '''tornado.ioloop.IOLoop.current().start()'''

raises a not implemented error, any workarounds?


Solution

  • It might help if you execute this before getting and starting of your IOLoop asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())

    See https://www.tornadoweb.org/en/stable/index.html?highlight=windows#installation