[libhid-discuss] Installing Python wrappers from SVN
Charles Lepple
clepple at ghz.cc
Mon Nov 17 02:34:31 UTC 2008
On Nov 16, 2008, at 4:42 PM, Sarah Mount wrote:
> Importing libhid.hid looks like it ought to work but actually gives
> the following error:
>
>>>> import libhid.hid
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File "/usr//lib/python2.5/site-packages/libhid/__init__.py", line
> 11, in <module>
> import _hid
> ImportError: /usr/lib/python2.5/site-packages/libhid/_hid.so:
> undefined symbol: assert
That's a very odd error. "assert" should be a preprocessor #define.
What if you cd to /usr/lib/python2.5/site-packages/libhid, then run
python and try "import hid"?
More information about the libhid-discuss
mailing list