This repository was archived by the owner on Dec 18, 2024. It is now read-only.
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
Hard to start local kuksa_viss client when an older version is installed in system #255
Closed
Description
If a system has an installed version of kuksa_viss_client, and in a source directory you try to start it amnually doing
python3 __main__.py
You get (partially) the system installed version. I think this is due to to the search paths defaulting to system first.
A fix seems to be to replace
with
sys.path.insert(0,os.path.join(scriptDir, ".."))
Not sure this has negative implications when isntalled system wide
Metadata
Metadata
Assignees
Labels
No labels