Using updated Raspbian Jessie with all the dependencies installed, now when I try to install with pip (or pip3)
sudo pip install evdev
Then when building 'evdev._ecodes' extension I get the following error:
In file included from /usr/include/python2.7/Python.h:126:0, from evdev/ecodes.c:2: evdev/ecodes.c: In function ‘moduleinit’: evdev/ecodes.c:69:29: error: ‘BUS_RMI’ undeclared (first use in this function) PyModule_AddIntMacro(m, BUS_RMI);
Thanks in advance!
Using updated Raspbian Jessie with all the dependencies installed, now when I try to install with pip (or pip3)
sudo pip install evdevThen when building 'evdev._ecodes' extension I get the following error:
In file included from /usr/include/python2.7/Python.h:126:0, from evdev/ecodes.c:2: evdev/ecodes.c: In function ‘moduleinit’: evdev/ecodes.c:69:29: error: ‘BUS_RMI’ undeclared (first use in this function) PyModule_AddIntMacro(m, BUS_RMI);Thanks in advance!