Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

myshop flower notimplementederror

# Edit C:Users[username]AppDataLocalProgramsPythonPython39Libsite-packages	ornadoplatformasyncio.py
# Add the below code and it will work. May need to change Python39 to your version i.e Python 3.8 == Python38

import sys
if sys.platform == 'win32':
    asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #myshop #flower #notimplementederror
ADD COMMENT
Topic
Name
4+2 =