I'm currently in the process of downloading to calibre 2.49 to see if this resolves the connectivity problem with the kindle fire. In the meantime I ran the following command prompt (i hope) and got the following results.
Quote:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\NOF>calibre-debug -c "import win32file, string, os; t = win32file.GetDr
iveType; print ' '.join(['%s:%s' % (d, t(d + ':' + os.sep)) for d in string.asci
i_uppercase if t(d+':'+os.sep) > 1])"
C:3 D:3 E:5
C:\Users\NOF>
|