Giter Club home page Giter Club logo

logipy's People

Contributors

fchen7 avatar jgarnand avatar logitechgtom avatar masarin avatar mynameismeerkat avatar ogay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

logipy's Issues

catching classes that do not inherit from BaseException is not allowed

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 DLL was not found.')
TypeError: SDKNotFoundException() takes no arguments

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "bgled.py", line 1, in
from logipy import logi_led
File "C:\Users\Diva Creative.conda\envs\tensorenviron\lib\site-packages\logipy\logi_led.py", line 238, in
except SDKNotFoundException as exception_sdk:
TypeError: catching classes that do not inherit from BaseException is not allowed

code works only on test

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

Missing environment variable error in x86

On Windows 7 32-bit logi_led.py fails because of missing ProgramW6432 environment variable.

See log below:

c:\Users\ogay\Desktop\logiPy>c:\Python27\python.exe bla.py
Traceback (most recent call last):
File "bla.py", line 4, in
from logipy import logi_led
File "c:\Users\ogay\Desktop\logiPy\logipy\logi_led.py", line 234, in
led_dll = load_dll()
File "c:\Users\ogay\Desktop\logiPy\logipy\logi_led.py", line 226, in load_dll
subpath_lgs = os.environ['ProgramW6432'] if os.environ['ProgramW6432'] else os.environ['ProgramFiles']
File "c:\Python27\lib\os.py", line 425, in getitem
return self.data[key.upper()]
KeyError: 'PROGRAMW6432'

c:\Users\ogay\Desktop\logiPy>

Strange error coming from the module

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 = {context}'.format(

State of this project

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 to control the LEDs of my logitech mouse and keyboard in Python. This was the only project I came across. Somehow, I could not make it work. Is there still someone maintaining this?

What would also be great is a few instructions on how to install the dependencies this project needs. I struggled to get Logitech Gaming Software to work on my computer (it would not detect any peripherals).

Thank you
Alexander

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.