Ubuntu 12.04 で USB を読み取るために cython-hidapi をインストールしようとしています。https://github.com/gbishop/cython-hidapiの指示に従い、次のバージョンをインストールしました。
- lib-usb == 1.0.9
- ヒダピ == 0.7.0
- シトン == 0.16
- パイソン == 2.7
- cython-hidapi == 最新のチェックアウト
インストールからテスト部分を実行すると (python > import hid)、次のエラーが表示されます。
Python 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import hid
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/local/lib/python2.7/dist-packages/hid.so: undefined symbol: libusb_open
このエラーが表示される理由と、それを確認/実行する方法を知っている人はいますか?
ありがとう!ウート