lakshyacis

Results 4 comments of lakshyacis

ImportError: Unable to load any of the following libraries:libhidapi-hidraw.so libhidapi-hidraw.so.0 libhidapi-libusb.so libhidapi-libusb.so.0 libhidapi-iohidmanager.so libhidapi-iohidmanager.so.0 libhidapi.dylib hidapi.dll libhidapi-0.dll As I got to know these cant be installed using pip as they...

> > kivy python mobile application > > are you trying to build/run you application on some mobile platform? > > > sudo apt-get install libhidapi-hidraw0 > > this should...

> This is some bikeshead. Why don't you just write a `unittest.TestCase` class in the `tests` module and attach to test-mode? See an example: [b75d9ec](https://github.com/Bitmessage/PyBitmessage/commit/b75d9ecf01d85aa9fd1051a7298195b46534c0b1) Hello @g1itch . I tried...

> That is the nature of automated tests, they should not open any GUI or require X, because Travis CI has no X. Actually @g1itch . This is the automation...