python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.5k stars 592 forks source link

fix incorrectly imported bottle websocket package with respect to Pyt… #716

Closed lordkatt85 closed 4 months ago

lordkatt85 commented 10 months ago

…hon version 3.12

Python 3.12.1 seems to have a problem with importing bottle.ext.websocket. Replacing it with bottle_websocket fixes this.

samuelhwilliams commented 4 months ago

Closing in favour of https://github.com/python-eel/Eel/pull/725. Thanks.