Open diginfo opened 8 years ago
@diginfo I am having the same problem. Did you ever find a solution?
The solution is that you have to run the file with sudo LD_LIBRARY_PATH=<prefix>/lib PYTHONPATH=<prefix>/lib/python2.7/site-packages python ./xwiimote.py
rather than just python ./xwiimote.py
. (<prefix>
should be replaced /usr
if you ran ./autogen.sh --prefix=/usr
or simply left out if you ran ./autogen.sh
without the prefix flag).
Successfully built and installed however the module cannot be found:
Any ideas ?