On Wed, Mar 23, 2011 at 5:43 AM, Mike Lawrence <mike.lawre...@dal.ca> wrote:
> Happened to come across the solution to this. Simply build libusb with
>
> ./configure CC="gcc -m32"
> make
> sudo make install
>
> Then install pyusb.

So the problem is that your Python is 32bit whereas by default libusb-1.0
will be built as 64bit if you build from Source.

What if you use the 64bit Python for Mac OS X?


-- 
Xiaofan

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to