I'm having troubles with pyusb under snow leopard. I think it may be related
to libusb - however I have tried several different methods for getting
libusb installed (through fink, macports, and a binary package from
mac-TWAIN)

Here is the error I get when I try importing pyusb:

>>> import usb
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "build/bdist.macosx-10.6-universal/egg/usb.py", line 7, in <module>
  File "build/bdist.macosx-10.6-universal/egg/usb.py", line 6, in
__bootstrap__
ImportError:
dlopen(/Users/Joe/.python-eggs/pyusb-0.4.2-py2.6-macosx-10.6-universal.egg-tmp/usb.so,
2): Symbol not found: _usb_bulk_read
  Referenced from:
/Users/Joe/.python-eggs/pyusb-0.4.2-py2.6-macosx-10.6-universal.egg-tmp/usb.so
  Expected in: flat namespace
 in
/Users/Joe/.python-eggs/pyusb-0.4.2-py2.6-macosx-10.6-universal.egg-tmp/usb.so

I did use easy_install to install pyusb, but I have gotten the same error
when installing it from source.


Anyone have smilar issues?
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Pyusb-users mailing list
Pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to