logiPy icon indicating copy to clipboard operation
logiPy copied to clipboard

Results 6 logiPy issues
Sort by recently updated
recently updated
newest added

Hi, this looks like a great project! However, there has not been an update for a few years now so I wonder whether this code still actually works. I wanted...

File "C:/Users/####/Desktop/ARX TEST.py", line 1, in from logipy import logi_arx File "C:\Users\####\AppData\Local\Programs\Python\Python36\lib\site-packages\logipy\logi_arx.py", line 55 print '\n[Arx] default_callback called with: event_type = {event_type}, event_value = {event_value}, event_arg = {event_arg}, context =...

I doubt that this will fix this project, but maybe we can get some new life into this, as it seems like an awesome project

i get an error like this: Traceback (most recent call last): File "C:\Users\Diva Creative\.conda\envs\tensorenviron\lib\site-packages\logipy\logi_led.py", line 237, in led_dll = load_dll() File "C:\Users\Diva Creative\.conda\envs\tensorenviron\lib\site-packages\logipy\logi_led.py", line 234, in load_dll raise SDKNotFoundException('The SDK...

use of ternaries to reduce the number of lines from 4 to 1

When using pytest, the code runs normally, but there is no effect when executing the code with the Python command.