debian8安装Odoo中的Barcode Scanner Hardware Driver模块时,提示没有evdev
解决方法:
$ apt-get install python-dev python-pip gcc $ apt-get install linux-headers-$(uname -r)
$ sudo pip install evdev
解决方法:
$ apt-get install python-dev python-pip gcc $ apt-get install linux-headers-$(uname -r)
$ sudo pip install evdev