cpp-python_socket icon indicating copy to clipboard operation
cpp-python_socket copied to clipboard

Error using PythonServer

Open 58047 opened this issue 2 years ago • 0 comments

Hi, I have notice an error in the Python server __init__.py

You have to replace from server import Server by from .server import Server to have a relative path instead of an absolute path.

Good to you.

58047 avatar Dec 16 '23 08:12 58047