just thought you might like to know.
the install method spits in the eye of the debian way.
which would not be a problem but neither does the debian way work with this package.
i ended up doing a sys.path.append(Path(__file__).parent / "vgio_dev") to get the library to function.
which makes the python deities frown but oh well.
just thought you might like to know.
the install method spits in the eye of the debian way.
which would not be a problem but neither does the debian way work with this package.
i ended up doing a
sys.path.append(Path(__file__).parent / "vgio_dev")to get the library to function.which makes the python deities frown but oh well.