Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Fix WebSocket import error for Python 3.12 compatibility #4

Closed
savelkouls opened this issue Mar 23, 2024 · 0 comments · Fixed by #20
Closed

Fix WebSocket import error for Python 3.12 compatibility #4

savelkouls opened this issue Mar 23, 2024 · 0 comments · Fixed by #20
Assignees
Labels
enhancement New feature or request

Comments

@savelkouls
Copy link

Credits go to:
@philipdp123

Describe the solution and problem
This pull request addresses an issue encountered specifically in Python 3.12 related to importing the WebSocket extension in Bottle applications. The error arises due to the absence of the bottle.ext.websocket

Additionally I added tox configurations for Python 3.11 and Python 3.12

This PR should also resolve the following issues:
python-eel#723

@savelkouls savelkouls added the enhancement New feature or request label Mar 23, 2024
@savelkouls savelkouls self-assigned this Mar 23, 2024
@savelkouls savelkouls changed the title ix WebSocket import error for Python 3.12 compatibility Fix WebSocket import error for Python 3.12 compatibility Mar 23, 2024
@savelkouls savelkouls linked a pull request Mar 23, 2024 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant