pytibrv icon indicating copy to clipboard operation
pytibrv copied to clipboard

TIBRV API for Python

Results 2 pytibrv issues
Sort by recently updated
recently updated
newest added

TIBRVMSG_I8 handling references self.data.i8.value but should instead just reference self.data.i8. The 'value' attribute is not valid as the value is stored at the 'i8' level. This same error exists in...

Traceback (most recent call last): File "d:\Anaconda\envs\tibTest\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "d:\Anaconda\envs\tibTest\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "c:\Users\pyy\.vscode\extensions\ms-python.debugpy-2023.1.12492010\bundled\libs\debugpy\__main__.py", line 45, in cli.main() File "c:\Users\pyy\.vscode\extensions\ms-python.debugpy-2023.1.12492010\bundled\libs\debugpy/..\debugpy\server\cli.py", line...