This is on Mac OS X 10.5.6:
paul:~ pdurrant$ calibre
link hasn't been detected!
link hasn't been detected!
Unable to open device
Traceback (most recent call last):
File "calibre/gui2/device.pyo", line 59, in detect_device
File "calibre/devices/usbms/device.pyo", line 291, in open
File "calibre/devices/usbms/device.pyo", line 219, in open_osx
NameError: global name 'subprocess' is not defined
paul:~ pdurrant$ calibre-debug -c "from calibre.devices.scanner import DeviceScanner; s = DeviceScanner(); s.scan(); print repr(s.devices)"
[(1452, 32773, 272), (1452, 539, 24), (1452, 32773, 272), (1452, 32773, 272), (1452, 33344, 272), (1452, 32773, 272), (1452, 33285, 6501), (1452, 32774, 512), (1507, 1544, 1794), (1452, 34049, 388), (1208, 5, 256), (1507, 1544, 1794), (1507, 1544, 1794), (6371, 37121, 0), (1604, 0, 0), (1133, 49213, 8192), (3034, 1795, 306)]
paul:~ pdurrant$
Quote:
Originally Posted by user_none
Everyone who's Cybook isn't being detected with the latest release could you please run:
Code:
calibre-debug -c "from calibre.devices.scanner import DeviceScanner; s = DeviceScanner(); s.scan(); print repr(s.devices)"
And post the output.
|