OleguerCanal / cpp-python_socket

Simple socket comunication between c++ and python
24 stars 3 forks source link

Error using PythonServer #3

Open 58047 opened 6 months ago

58047 commented 6 months ago

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.