Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installationI installed Python 2.6 first, then pycrypto-2.1.0. Is the key file for Barnes and Noble called bnepubkey.64? I click on Ignoble Key, it gives me the Error: Could not locate B&N Reader installation, but I have it installed and have the Ignoble Key in the directory. I then try and use Ignoble Key gen, and put the epub book that I have from Barnes and noble, then the saved name I want for the output book I want, and it spits out a bnepubkey.64, to which I put in the inept key, and I keep getting the error decoding ASN.1. Can someone please tell me what I have doing wrong?
TIA |
#2
|
|||
|
|||
AES key must be either 16,24, or 32 bytesNow I am getting this error:AES key must be either 16,24, or 32 bytes long? I am using the bnepubkey.b64 that it spit out?
|
#3
|
|||
|
|||
Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installationQuote:
Code:
BN_APPDATA_DIR = r'Barnes & Noble\DesktopReader' Code:
BN_APPDATA_DIR = r'Barnes & Noble\BNDesktopReader' |
#4
|
|||
|
|||
Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installationOkay, I did that and now it's saying, Error: Problem locating B&N Reader DB. my Barnes and Noble is in Program Files\Barnes & Noble\BNDestopReader
|
#5
|
|||
|
|||
Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installationQuote:
Code:
dbpath = glob.glob(os.path.join(bndir, 'ClientAPI_*.db')) Find the db name and change the code. If you use Windows 7 or Vista, see whether you have the following file Code:
C:\Users\USERNAME\AppData\Roaming\Barnes & Noble\BNDesktopReader\ClientAPI.db Code:
C:\Documents and Settings\USER\Application Data\Barnes & Noble\BNDesktopReader\ClientAPI.db Code:
dbpath = glob.glob(os.path.join(bndir, 'ClientAPI_*.db')) Code:
dbpath = glob.glob(os.path.join(bndir, 'ClientAPI*.db')) |
#6
|
|||
|
|||
Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installationI ckd it in the registry and I did have that,so I copied pasted what you told me to change in ignoblekey using the pythonwin editor and now, the black dos box comes up and then disappears. No words or anything, just the dos box.
|
#7
|
|||
|
|||
Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installationopen the folder and see whether you have that file. then post its path and show me the code that you use in python.
|
Tags: barnes and noble, bn reader, bnreader, could not locate, directory, ebooks, error, ignoblekey, ignoblekey py, installation |
Thread Tools | |
Display Modes | |
|
|