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"? _______________________________________________ libhid-discuss mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/libhid-discuss

