View Single Post
Old 01-29-2009, 06:52 AM   #35
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
Can people using Windows please run the following with the Kindle plugged in.
Code:
calibre-debug -c "import wmi; print [(str(drive.PNPDeviceID), drive.Partitions) for drive in wmi.WMI().Win32_DiskDrive()]"
and

Code:
calibre-debug -c "from calibre.devices.scanner import DeviceScanner; from calibre.devices.kindle.driver import KINDLE; s = DeviceScanner(); s.scan(); print s.is_device_connected(KINDLE);"
Quote:
Originally Posted by pshrynk
This has probably been asked, but is there any plan for working with azw in the future?
Check if there is a ticket at http://calibre.kovidgoyal.net/ and if there isn't open one.

Last edited by user_none; 01-29-2009 at 06:54 AM.
user_none is offline   Reply With Quote