>> Just was exactly the problem. I just pushed the fix for Mac, could you
>> test it, please?

Not sure this was expected:

$> PYTHONPATH=. python tests/test_backend.py

----------------------------------------------------------------------
Ran 0 tests in 0.000s

Anyway, a backslash is missing:

Traceback (most recent call last):
  File "tests/test_backend.py", line 33, in <module>
    import usb.backend.libusb0 as libusb0
  File 
"/Volumes/HDD/Users/eblot/Sources/Git/github.com/pyusb/usb/backend/libusb0.py",
line 50
    if sys.platform.startswith('freebsd') or sys.platform.find('mac') != -1 or
                                                                             ^
SyntaxError: invalid syntax

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to