From: Roger B. <ro...@ro...> - 2004-04-29 00:47:55
|
Roger Skildum wrote: > When you say "compile the USB support" do you mean to compile USB > support into the Kernel instead of using Modules? I have Swig 1.3.19-5. Nope. I mean that in order to access the kernel USB support, a library named libusb is used. libusb is designed to be used with C. The Swig tool generates wrapper code that lets the C library be used in Python. Roger |