Skip to content

Python backend not working on latest release #2384

@davidkydd

Description

@davidkydd

Describe the bug
"Python backend disconnected" in release 2.11, breaks all applications in the Gallery.

To Reproduce
Install latest release 2.11, Login, "Python backend disconnected" shows in bottom title bar

Logs
Navigating to %APPDATA%\BatchExplorer\logs and then opening the most recent python-server.log file shows the following error, which looks related to dependencies:

info: ========================= STARTING PYTHON RPC SERVER PROCESS =========================
info: Traceback (most recent call last):
File "main.py", line 32, in
File "main.py", line 26, in run
File "server\websocket_server.py", line 17, in init
File "site-packages\websockets\imports.py", line 81, in getattr
File "site-packages\websockets\imports.py", line 26, in import_name
ModuleNotFoundError: No module named 'websockets.legacy'
[10356] Failed to execute script main

Version (please complete the following information):

  • OS: Windows
  • Version 2.11

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions