Discussion:
[libhid-discuss] libhid and pithon-hid
Alberto Garau
2011-02-23 08:03:48 UTC
Permalink
Hello,

currently I'm working on the port of a stack of software including libhid and pithon-hid.
I have a little doubt.

From my linux Fedora PC I can see:

/usr/lib/libhid.so

and then

/usr/lib/python2.6/site-packages/libhid/_hid.so

The first one is the classical libhid installed through "yum install libhid" while the second one is a python wrapper to libhid.

My question is if libhid.so and _hid.so are the same thing or there is a difference. If there is a difference between them as I think, where can I find the source code for _hid.so ?

Thanks in advance

Alberto Garau

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/libhid-discuss/attachments/20110223/f6633de5/attachment.htm>
Charles Lepple
2011-02-23 12:26:48 UTC
Permalink
Note, please subscribe to the list before posting:
http://lists.alioth.debian.org/mailman/listinfo/libhid-discuss
Post by Alberto Garau
Hello,
currently I'm working on the port of a stack of software including libhid and pithon-hid.
I have a little doubt.
/usr/lib/libhid.so
and then
/usr/lib/python2.6/site-packages/libhid/_hid.so
The first one is the classical libhid installed through "yum install
libhid" while the second one is a python wrapper to libhid.
My question is if libhid.so and _hid.so are the same thing or there
is a difference.
I think you answered your question in the previous paragraph.
Post by Alberto Garau
If there is a difference between them as I think, where can I find
the source code for _hid.so ?
It is generated from swig/hid.i.

More info in the swig/README file.
Alberto Garau
2011-02-23 13:48:01 UTC
Permalink
Hello,

currently I'm working on the port of a stack of software including libhid and pithon-hid.
I have a little doubt.

From my linux Fedora PC I can see:

/usr/lib/libhid.so

and then

/usr/lib/python2.6/site-packages/libhid/_hid.so

The first one is the classical libhid installed through "yum install libhid" while the second one is a python wrapper to libhid.

My question is if libhid.so and _hid.so are the same thing or there is a difference. If there is a difference between them as I think, where can I find the source code for _hid.so ?

Thanks in advance

Alberto Garau

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/libhid-discuss/attachments/20110223/468074e9/attachment.htm>
Loading...