Eel icon indicating copy to clipboard operation
Eel copied to clipboard

ModuleNotFoundError: No module named 'bottle.ext.websocket'

Open aryantricks opened this issue 1 year ago • 1 comments

ModuleNotFoundError: No module named 'bottle.ext.websocket'

i cant figure why this happening

aryantricks avatar Feb 19 '24 17:02 aryantricks

In eel's __init__.py, replace the import line that contains bottle.ext.websocket with import bottle_websocket as wbs

Slluxx avatar Mar 09 '24 00:03 Slluxx